summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
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:-(