diff options
author | 2015-11-14 14:53:13 +0000 | |
---|---|---|
committer | 2015-11-14 14:53:13 +0000 | |
commit | 80772f8860d815244cff0ca435bf14a2e5bda494 (patch) | |
tree | 67b800cb0e95b008a9b5785bb1183d32bdc7db27 /lib/libssl/src | |
parent | Various *syncron* -> *synchron* typos. (diff) | |
download | wireguard-openbsd-80772f8860d815244cff0ca435bf14a2e5bda494.tar.xz wireguard-openbsd-80772f8860d815244cff0ca435bf14a2e5bda494.zip |
mutli -> multi
Diffstat (limited to 'lib/libssl/src')
-rwxr-xr-x | lib/libssl/src/crypto/sha/asm/sha512-ppc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl b/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl index f561f313c69..2a7d5a0e8bc 100755 --- a/lib/libssl/src/crypto/sha/asm/sha512-ppc.pl +++ b/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:-( |