aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/perlasm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-10-31 11:58:50 +0100
committerAndy Polyakov <appro@openssl.org>2013-10-31 11:58:50 +0100
commit0e0a105364eba01f26e1642255c714e2660abcaa (patch)
tree2748e60c4b46622b9094890da4ecdca575b4656e /crypto/perlasm
parentc944f8170358ecce419045b919be604844369e36 (diff)
downloadopenssl-0e0a105364eba01f26e1642255c714e2660abcaa.tar.gz
perlas/ppc-xlate.pl: fix typo.
Diffstat (limited to 'crypto/perlasm')
-rwxr-xr-xcrypto/perlasm/ppc-xlate.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/ppc-xlate.pl b/crypto/perlasm/ppc-xlate.pl
index cab368c49b..c075d5fce0 100755
--- a/crypto/perlasm/ppc-xlate.pl
+++ b/crypto/perlasm/ppc-xlate.pl
@@ -92,7 +92,7 @@ my $quad = sub {
{ $hi=undef; $lo=$_; }
if (defined($hi))
- { push(@ret,$flavour=~/lei$/o?".long\t$lo,$hi":".long\t$hi,$lo"); }
+ { push(@ret,$flavour=~/le$/o?".long\t$lo,$hi":".long\t$hi,$lo"); }
else
{ push(@ret,".quad $lo"); }
}