summaryrefslogtreecommitdiff
path: root/sha1dc
diff options
context:
space:
mode:
authorLibravatar Elijah Newren <newren@gmail.com>2019-11-05 17:07:28 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-11-10 16:00:55 +0900
commit557c5895c2bd55e5bf58e186a769e2565917cc8b (patch)
tree39220c372d01a9a383a9717ef1fe817f1549a3cf /sha1dc
parentFix spelling errors in test commands (diff)
downloadtgif-557c5895c2bd55e5bf58e186a769e2565917cc8b.tar.xz
sha1dc: fix trivial comment spelling error
Also submitted upstream at: https://github.com/cr-marcstevens/sha1collisiondetection/pull/52 Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1dc')
-rw-r--r--sha1dc/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1dc/sha1.c b/sha1dc/sha1.c
index 9d3cf81d4d..63cd5c923a 100644
--- a/sha1dc/sha1.c
+++ b/sha1dc/sha1.c
@@ -72,7 +72,7 @@
/* Not under GCC-alike or glibc */
#elif defined(_BYTE_ORDER) && defined(_BIG_ENDIAN) && defined(_LITTLE_ENDIAN)
/*
- * *BSD and newlib (embeded linux, cygwin, etc).
+ * *BSD and newlib (embedded linux, cygwin, etc).
* the defined(_BIG_ENDIAN) && defined(_LITTLE_ENDIAN) part prevents
* this condition from matching with Solaris/sparc.
* (Solaris defines only one endian macro)