diff options
author | 2019-07-23 12:35:22 +0000 | |
---|---|---|
committer | 2019-07-23 12:35:22 +0000 | |
commit | bc1096f25478ef5bb4dd1719ff63bebbac6905ae (patch) | |
tree | f95ba67c03452380e0b7e0b26f0709320fdabb12 /lib/libc | |
parent | Fix realpath(3) errno code for an empty input path string. (diff) | |
download | wireguard-openbsd-bc1096f25478ef5bb4dd1719ff63bebbac6905ae.tar.xz wireguard-openbsd-bc1096f25478ef5bb4dd1719ff63bebbac6905ae.zip |
Fix comment typo; from OpenSSH Portable
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/hash/sha2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/sha2.c b/lib/libc/hash/sha2.c index f16cf9cd072..a756ec79b89 100644 --- a/lib/libc/hash/sha2.c +++ b/lib/libc/hash/sha2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sha2.c,v 1.27 2019/06/07 22:56:36 dtucker Exp $ */ +/* $OpenBSD: sha2.c,v 1.28 2019/07/23 12:35:22 dtucker Exp $ */ /* * FILE: sha2.c @@ -65,7 +65,7 @@ * Please make sure that your system defines BYTE_ORDER. If your * architecture is little-endian, make sure it also defines * LITTLE_ENDIAN and that the two (BYTE_ORDER and LITTLE_ENDIAN) are - * equivilent. + * equivalent. * * If your system does not define the above, then you can do so by * hand like this: |