summaryrefslogtreecommitdiff
path: root/lib/libcrypto/sha/asm
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-08-19 16:13:25 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-08-19 16:13:25 +0000
commit3e094ae69c80ec7fd2905a7256ab28e9455d04a5 (patch)
tree06abae4ca347b879d5680af942f0634fe47d4810 /lib/libcrypto/sha/asm
parent0984e87580011c8f85e6318ca4d86f9248e3d887 (diff)
Three independent typos for `independent' or `independently'.
Diffstat (limited to 'lib/libcrypto/sha/asm')
-rw-r--r--lib/libcrypto/sha/asm/sha1-586.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/sha/asm/sha1-586.pl b/lib/libcrypto/sha/asm/sha1-586.pl
index e7bb307795b..6fbea34d78c 100644
--- a/lib/libcrypto/sha/asm/sha1-586.pl
+++ b/lib/libcrypto/sha/asm/sha1-586.pl
@@ -502,7 +502,7 @@ my $_ror=sub { &ror(@_) };
&jmp (&label("loop"));
######################################################################
-# SSE instruction sequence is first broken to groups of indepentent
+# SSE instruction sequence is first broken to groups of independent
# instructions, independent in respect to their inputs and shifter
# (not all architectures have more than one). Then IALU instructions
# are "knitted in" between the SSE groups. Distance is maintained for