spelling fixes, just comments and readme.
[openssl.git] / crypto / poly1305 / asm / poly1305-ppc.pl
index 8a06c77c83a8f811094b379d481d1bb8c68a5c21..ab65910282e28a51d39bbaf6405abace01075628 100755 (executable)
@@ -62,7 +62,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;