diff options
author | 2014-08-19 16:13:24 +0000 | |
---|---|---|
committer | 2014-08-19 16:13:24 +0000 | |
commit | a349d0bbb29f1656d98fd78284467a2cb4141d02 (patch) | |
tree | 4c1cadf1c1e1e1a6d0f698ac0a21558b85fae21b /lib/libssl/src | |
parent | mdoc(7) style: remove trailing whitespace and .Pp before non-compact .Bd/.Bl (diff) | |
download | wireguard-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.pl | 2 |
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 |