summaryrefslogtreecommitdiffstats
path: root/crypto/modes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-04-12 06:47:01 +0000
committerAndy Polyakov <appro@openssl.org>2012-04-12 06:47:01 +0000
commit2d613908e863e32e06a00a95accda3a5fe1960f3 (patch)
treee6ff4fe99b66ba1334a3ce0760e20797923cd076 /crypto/modes
parent18fb1fae08c21123b96843e46491a8c3a94b1b8a (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.=<<___;