perlas/ppc-xlate.pl: fix typo.
authorAndy Polyakov <appro@openssl.org>
Thu, 31 Oct 2013 10:58:50 +0000 (11:58 +0100)
committerAndy Polyakov <appro@openssl.org>
Thu, 31 Oct 2013 10:58:50 +0000 (11:58 +0100)
crypto/perlasm/ppc-xlate.pl

index cab368c49b51de0dda5f68fc45a4b8e11e976bbf..c075d5fce0c4808f289420a4e1bc57d5bbdefdce 100755 (executable)
@@ -92,7 +92,7 @@ my $quad = sub {
        {  $hi=undef; $lo=$_; }
 
        if (defined($hi))
        {  $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");  }
     }
        else
        {  push(@ret,".quad     $lo");  }
     }