sha/asm/keccak1600-avx512.pl: absorb bug-fix and minor optimization.
[openssl.git] / crypto / sha / asm / sha1-ppc.pl
index 7a66e0353ee1820f9e64cf4142c6be106cb7592a..add5a9ea5c97b6e29fec3d63075981aa1eb81756 100755 (executable)
@@ -44,7 +44,7 @@ if ($flavour =~ /64/) {
        $PUSH   ="stw";
 } else { die "nonsense $flavour"; }
 
-# Define endianess based on flavour
+# Define endianness based on flavour
 # i.e.: linux64le
 $LITTLE_ENDIAN = ($flavour=~/le$/) ? $SIZE_T : 0;