summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiod <>2014-08-19 16:13:24 +0000
committermiod <>2014-08-19 16:13:24 +0000
commitb8f6fc10cc64418da806909b6eac5b446912f25d (patch)
treeb9850b88080c2aa53584045dfbee6992ee445571
parent0f5622cc45b880aa7c514c85c116149c066e8c6a (diff)
downloadopenbsd-b8f6fc10cc64418da806909b6eac5b446912f25d.tar.gz
openbsd-b8f6fc10cc64418da806909b6eac5b446912f25d.tar.bz2
openbsd-b8f6fc10cc64418da806909b6eac5b446912f25d.zip
Three independent typos for `independent' or `independently'.
-rw-r--r--src/lib/libcrypto/sha/asm/sha1-586.pl2
-rw-r--r--src/lib/libssl/src/crypto/sha/asm/sha1-586.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha1-586.pl b/src/lib/libcrypto/sha/asm/sha1-586.pl
index e7bb307795..6fbea34d78 100644
--- a/src/lib/libcrypto/sha/asm/sha1-586.pl
+++ b/src/lib/libcrypto/sha/asm/sha1-586.pl
@@ -502,7 +502,7 @@ my $_ror=sub { &ror(@_) };
502 &jmp (&label("loop")); 502 &jmp (&label("loop"));
503 503
504###################################################################### 504######################################################################
505# SSE instruction sequence is first broken to groups of indepentent 505# SSE instruction sequence is first broken to groups of independent
506# instructions, independent in respect to their inputs and shifter 506# instructions, independent in respect to their inputs and shifter
507# (not all architectures have more than one). Then IALU instructions 507# (not all architectures have more than one). Then IALU instructions
508# are "knitted in" between the SSE groups. Distance is maintained for 508# are "knitted in" between the SSE groups. Distance is maintained for
diff --git a/src/lib/libssl/src/crypto/sha/asm/sha1-586.pl b/src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
index e7bb307795..6fbea34d78 100644
--- a/src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
+++ b/src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
@@ -502,7 +502,7 @@ my $_ror=sub { &ror(@_) };
502 &jmp (&label("loop")); 502 &jmp (&label("loop"));
503 503
504###################################################################### 504######################################################################
505# SSE instruction sequence is first broken to groups of indepentent 505# SSE instruction sequence is first broken to groups of independent
506# instructions, independent in respect to their inputs and shifter 506# instructions, independent in respect to their inputs and shifter
507# (not all architectures have more than one). Then IALU instructions 507# (not all architectures have more than one). Then IALU instructions
508# are "knitted in" between the SSE groups. Distance is maintained for 508# are "knitted in" between the SSE groups. Distance is maintained for