From e0c418d31d1c44cda609bf57ca974c612d5581a0 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sat, 14 Nov 2015 14:53:14 +0000 Subject: mutli -> multi --- src/lib/libcrypto/sha/asm/sha512-ppc.pl | 2 +- src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/sha/asm/sha512-ppc.pl b/src/lib/libcrypto/sha/asm/sha512-ppc.pl index f561f313c6..2a7d5a0e8b 100755 --- a/src/lib/libcrypto/sha/asm/sha512-ppc.pl +++ b/src/lib/libcrypto/sha/asm/sha512-ppc.pl @@ -20,7 +20,7 @@ # # (*) 64-bit code in 32-bit application context, which actually is # on TODO list. It should be noted that for safe deployment in -# 32-bit *mutli-threaded* context asynchronous signals should be +# 32-bit *multi-threaded* context asynchronous signals should be # blocked upon entry to SHA512 block routine. This is because # 32-bit signaling procedure invalidates upper halves of GPRs. # Context switch procedure preserves them, but not signaling:-( diff --git a/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl b/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl index f561f313c6..2a7d5a0e8b 100755 --- a/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl +++ b/src/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl @@ -20,7 +20,7 @@ # # (*) 64-bit code in 32-bit application context, which actually is # on TODO list. It should be noted that for safe deployment in -# 32-bit *mutli-threaded* context asynchronous signals should be +# 32-bit *multi-threaded* context asynchronous signals should be # blocked upon entry to SHA512 block routine. This is because # 32-bit signaling procedure invalidates upper halves of GPRs. # Context switch procedure preserves them, but not signaling:-( -- cgit v1.2.3-55-g6feb