diff options
| author | miod <> | 2015-11-14 14:47:56 +0000 |
|---|---|---|
| committer | miod <> | 2015-11-14 14:47:56 +0000 |
| commit | 0d9ef8c07288627fc009105ea0b31dfb9072a2c6 (patch) | |
| tree | 823d0518b2a23d15d3a1e732dd59ebdd1f47162d /src/lib/libc | |
| parent | 2aee3cbc1935fdf6b0037e076e8c125063243998 (diff) | |
| download | openbsd-0d9ef8c07288627fc009105ea0b31dfb9072a2c6.tar.gz openbsd-0d9ef8c07288627fc009105ea0b31dfb9072a2c6.tar.bz2 openbsd-0d9ef8c07288627fc009105ea0b31dfb9072a2c6.zip | |
Various *syncron* -> *synchron* typos.
Diffstat (limited to '')
| -rwxr-xr-x | src/lib/libcrypto/sha/asm/sha512-ppc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sha/asm/sha512-ppc.pl b/src/lib/libcrypto/sha/asm/sha512-ppc.pl index 6b44a68e59..f561f313c6 100755 --- a/src/lib/libcrypto/sha/asm/sha512-ppc.pl +++ b/src/lib/libcrypto/sha/asm/sha512-ppc.pl | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | # | 20 | # |
| 21 | # (*) 64-bit code in 32-bit application context, which actually is | 21 | # (*) 64-bit code in 32-bit application context, which actually is |
| 22 | # on TODO list. It should be noted that for safe deployment in | 22 | # on TODO list. It should be noted that for safe deployment in |
| 23 | # 32-bit *mutli-threaded* context asyncronous signals should be | 23 | # 32-bit *mutli-threaded* context asynchronous signals should be |
| 24 | # blocked upon entry to SHA512 block routine. This is because | 24 | # blocked upon entry to SHA512 block routine. This is because |
| 25 | # 32-bit signaling procedure invalidates upper halves of GPRs. | 25 | # 32-bit signaling procedure invalidates upper halves of GPRs. |
| 26 | # Context switch procedure preserves them, but not signaling:-( | 26 | # Context switch procedure preserves them, but not signaling:-( |
