diff options
Diffstat (limited to 'sys/lib/libsa/sha2.c')
-rw-r--r-- | sys/lib/libsa/sha2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/sha2.c b/sys/lib/libsa/sha2.c index 7e6feafaf7b..eacbc49d23c 100644 --- a/sys/lib/libsa/sha2.c +++ b/sys/lib/libsa/sha2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sha2.c,v 1.2 2017/05/27 15:32:51 naddy Exp $ */ +/* $OpenBSD: sha2.c,v 1.3 2021/03/12 10:22:46 jsg Exp $ */ /* * FILE: sha2.c @@ -66,7 +66,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: |