summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-04-12 06:46:49 +0000
committerAndy Polyakov <appro@openssl.org>2012-04-12 06:46:49 +0000
commite6255a7d1e08ecf51443cb3d0b5f32fafc60d418 (patch)
tree19f1c1420417205cfea4ebe400f68b237867c158 /crypto/modes
parent65a0f684849b49033bb035d681b46f96f128f84b (diff)
s390x asm pack: fix typos.
Diffstat (limited to 'crypto/modes')
-rw-r--r--crypto/modes/asm/ghash-s390x.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/asm/ghash-s390x.pl b/crypto/modes/asm/ghash-s390x.pl
index 48cb08d338..6a40d5d89c 100644
--- a/crypto/modes/asm/ghash-s390x.pl
+++ b/crypto/modes/asm/ghash-s390x.pl
@@ -138,7 +138,7 @@ $code.=<<___ if(!$softonly);
.align 32
.Lsoft_ghash:
___
-$cdoe.=<<___ if ($flavour =~ /3[12]/);
+$code.=<<___ if ($flavour =~ /3[12]/);
llgfr $len,$len
___
$code.=<<___;