From: Andy Polyakov Date: Thu, 31 Oct 2013 10:58:50 +0000 (+0100) Subject: perlas/ppc-xlate.pl: fix typo. X-Git-Tag: master-post-reformat~1106 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0e0a105364eba01f26e1642255c714e2660abcaa;p=oweals%2Fopenssl.git perlas/ppc-xlate.pl: fix typo. --- 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"); } }