summaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-07-23 15:24:47 +0200
committerDarren Tucker <dtucker@dtucker.net>2019-07-23 15:24:47 +0200
commit4317b2a0480e293e58ba115e47b49d3a384b6568 (patch)
tree9824ecc9a25d6a9b47a2d2d6aabfae00f744f0e6 /openbsd-compat
parentSplit regress-binaries into two targets. (diff)
downloadopenssh-4317b2a0480e293e58ba115e47b49d3a384b6568.tar.xz
openssh-4317b2a0480e293e58ba115e47b49d3a384b6568.zip
upstream rev 1.28: fix comment typo.
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/sha2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/sha2.c b/openbsd-compat/sha2.c
index eca0644c6..a61871d09 100644
--- a/openbsd-compat/sha2.c
+++ b/openbsd-compat/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
@@ -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: