summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-08-19 16:13:24 +0000
committermiod <miod@openbsd.org>2014-08-19 16:13:24 +0000
commita349d0bbb29f1656d98fd78284467a2cb4141d02 (patch)
tree4c1cadf1c1e1e1a6d0f698ac0a21558b85fae21b /lib/libssl/src
parentmdoc(7) style: remove trailing whitespace and .Pp before non-compact .Bd/.Bl (diff)
downloadwireguard-openbsd-a349d0bbb29f1656d98fd78284467a2cb4141d02.tar.xz
wireguard-openbsd-a349d0bbb29f1656d98fd78284467a2cb4141d02.zip
Three independent typos for `independent' or `independently'.
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/sha/asm/sha1-586.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/sha/asm/sha1-586.pl b/lib/libssl/src/crypto/sha/asm/sha1-586.pl
index e7bb307795b..6fbea34d78c 100644
--- a/lib/libssl/src/crypto/sha/asm/sha1-586.pl
+++ b/lib/libssl/src/crypto/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