]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream rev 1.28: fix comment typo.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 23 Jul 2019 13:24:47 +0000 (23:24 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 23 Jul 2019 13:24:47 +0000 (23:24 +1000)
openbsd-compat/sha2.c

index eca0644c6c66b7e98fb5f6f8b1818c440f05c57d..a61871d098749be77672932a00b1261ffd59fe25 100644 (file)
@@ -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
@@ -72,7 +72,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: