From 08a2eaba0fad154ea2f0f1bcd4d4dccdb0eb7ab0 Mon Sep 17 00:00:00 2001 From: dtucker <> Date: Tue, 23 Jul 2019 12:35:22 +0000 Subject: [PATCH] Fix comment typo; from OpenSSH Portable --- src/lib/libc/hash/sha2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/hash/sha2.c b/src/lib/libc/hash/sha2.c index f16cf9cd..a756ec79 100644 --- a/src/lib/libc/hash/sha2.c +++ b/src/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: