summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authormiod <>2014-05-03 19:10:58 +0000
committermiod <>2014-05-03 19:10:58 +0000
commit871165d986c64b5636d7be4e8fc803fc292f8702 (patch)
tree850f153cd98b75463b828ab6ca4821f397c80022 /src/lib
parent77d73324d13c521dd421ab568f6ad404b08816bd (diff)
downloadopenbsd-871165d986c64b5636d7be4e8fc803fc292f8702.tar.gz
openbsd-871165d986c64b5636d7be4e8fc803fc292f8702.tar.bz2
openbsd-871165d986c64b5636d7be4e8fc803fc292f8702.zip
typos
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/bn/asm/sparcv8plus.S4
-rw-r--r--src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/bn/asm/sparcv8plus.S b/src/lib/libcrypto/bn/asm/sparcv8plus.S
index 63de1860f2..608dbe1571 100644
--- a/src/lib/libcrypto/bn/asm/sparcv8plus.S
+++ b/src/lib/libcrypto/bn/asm/sparcv8plus.S
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15/* 15/*
16 * This is my modest contributon to OpenSSL project (see 16 * This is my modest contribution to OpenSSL project (see
17 * http://www.openssl.org/ for more information about it) and is 17 * http://www.openssl.org/ for more information about it) and is
18 * a drop-in UltraSPARC ISA replacement for crypto/bn/bn_asm.c 18 * a drop-in UltraSPARC ISA replacement for crypto/bn/bn_asm.c
19 * module. For updates see http://fy.chalmers.se/~appro/hpe/. 19 * module. For updates see http://fy.chalmers.se/~appro/hpe/.
@@ -52,7 +52,7 @@
52 * # cd ../.. 52 * # cd ../..
53 * # make; make test 53 * # make; make test
54 * 54 *
55 * Q. V8plus achitecture? What kind of beast is that? 55 * Q. V8plus architecture? What kind of beast is that?
56 * A. Well, it's rather a programming model than an architecture... 56 * A. Well, it's rather a programming model than an architecture...
57 * It's actually v9-compliant, i.e. *any* UltraSPARC, CPU under 57 * It's actually v9-compliant, i.e. *any* UltraSPARC, CPU under
58 * special conditions, namely when kernel doesn't preserve upper 58 * special conditions, namely when kernel doesn't preserve upper
diff --git a/src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S b/src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
index 63de1860f2..608dbe1571 100644
--- a/src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
+++ b/src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15/* 15/*
16 * This is my modest contributon to OpenSSL project (see 16 * This is my modest contribution to OpenSSL project (see
17 * http://www.openssl.org/ for more information about it) and is 17 * http://www.openssl.org/ for more information about it) and is
18 * a drop-in UltraSPARC ISA replacement for crypto/bn/bn_asm.c 18 * a drop-in UltraSPARC ISA replacement for crypto/bn/bn_asm.c
19 * module. For updates see http://fy.chalmers.se/~appro/hpe/. 19 * module. For updates see http://fy.chalmers.se/~appro/hpe/.
@@ -52,7 +52,7 @@
52 * # cd ../.. 52 * # cd ../..
53 * # make; make test 53 * # make; make test
54 * 54 *
55 * Q. V8plus achitecture? What kind of beast is that? 55 * Q. V8plus architecture? What kind of beast is that?
56 * A. Well, it's rather a programming model than an architecture... 56 * A. Well, it's rather a programming model than an architecture...
57 * It's actually v9-compliant, i.e. *any* UltraSPARC, CPU under 57 * It's actually v9-compliant, i.e. *any* UltraSPARC, CPU under
58 * special conditions, namely when kernel doesn't preserve upper 58 * special conditions, namely when kernel doesn't preserve upper