From 6025001707fd65679d758c877200469d4e72ea88 Mon Sep 17 00:00:00 2001 From: klemens Date: Fri, 5 Aug 2016 19:56:58 +0200 Subject: spelling fixes, just comments and readme. Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1413) --- crypto/poly1305/asm/poly1305-ppc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/poly1305') diff --git a/crypto/poly1305/asm/poly1305-ppc.pl b/crypto/poly1305/asm/poly1305-ppc.pl index 8a06c77c83..ab65910282 100755 --- a/crypto/poly1305/asm/poly1305-ppc.pl +++ b/crypto/poly1305/asm/poly1305-ppc.pl @@ -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; -- cgit v1.2.3