summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2015-11-14 14:47:56 +0000
committermiod <miod@openbsd.org>2015-11-14 14:47:56 +0000
commit5f5b07b3684144b9554e4dd1cb67f014f1dfb5c0 (patch)
tree1199c7b113ca167753cb1d8eec33aeab395b6c40 /lib/libssl/src
parentCleanup from unifdef: set sact.sa_flags to SA_RESTART instead of (diff)
downloadwireguard-openbsd-5f5b07b3684144b9554e4dd1cb67f014f1dfb5c0.tar.xz
wireguard-openbsd-5f5b07b3684144b9554e4dd1cb67f014f1dfb5c0.zip
Various *syncron* -> *synchron* typos.
Diffstat (limited to 'lib/libssl/src')
-rwxr-xr-xlib/libssl/src/crypto/sha/asm/sha512-ppc.pl2
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:-(