diff options
author | 2015-11-14 14:47:56 +0000 | |
---|---|---|
committer | 2015-11-14 14:47:56 +0000 | |
commit | 5f5b07b3684144b9554e4dd1cb67f014f1dfb5c0 (patch) | |
tree | 1199c7b113ca167753cb1d8eec33aeab395b6c40 /lib/libssl/src | |
parent | Cleanup from unifdef: set sact.sa_flags to SA_RESTART instead of (diff) | |
download | wireguard-openbsd-5f5b07b3684144b9554e4dd1cb67f014f1dfb5c0.tar.xz wireguard-openbsd-5f5b07b3684144b9554e4dd1cb67f014f1dfb5c0.zip |
Various *syncron* -> *synchron* typos.
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 6b44a68e599..f561f313c69 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 asyncronous signals should be +# 32-bit *mutli-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:-( |