diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-12 10:22:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-12 10:22:47 +0000 |
commit | f60729393ea3f310215559b686b19e5f6397c985 (patch) | |
tree | 6ab60a1692653255423077f57975bb67639ea950 /sys/lib/libsa/sha2.c | |
parent | 2aa9ff437d492d65fcee68b114d59ec73bf3df11 (diff) |
spelling
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: |