diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-03 19:10:59 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-03 19:10:59 +0000 |
commit | 85e15305a14663f1a5f8c15e4ecb3e6a7b8da1da (patch) | |
tree | 964dccefa900a5aae7339de59e2f43b66a2c09e9 /lib/libcrypto/bn | |
parent | 07763699002ee69430a0389b9b63457ecb4a8c31 (diff) |
typos
Diffstat (limited to 'lib/libcrypto/bn')
-rw-r--r-- | lib/libcrypto/bn/asm/sparcv8plus.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/bn/asm/sparcv8plus.S b/lib/libcrypto/bn/asm/sparcv8plus.S index 63de1860f28..608dbe15717 100644 --- a/lib/libcrypto/bn/asm/sparcv8plus.S +++ b/lib/libcrypto/bn/asm/sparcv8plus.S @@ -13,7 +13,7 @@ */ /* - * This is my modest contributon to OpenSSL project (see + * This is my modest contribution to OpenSSL project (see * http://www.openssl.org/ for more information about it) and is * a drop-in UltraSPARC ISA replacement for crypto/bn/bn_asm.c * module. For updates see http://fy.chalmers.se/~appro/hpe/. @@ -52,7 +52,7 @@ * # cd ../.. * # make; make test * - * Q. V8plus achitecture? What kind of beast is that? + * Q. V8plus architecture? What kind of beast is that? * A. Well, it's rather a programming model than an architecture... * It's actually v9-compliant, i.e. *any* UltraSPARC, CPU under * special conditions, namely when kernel doesn't preserve upper |