Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sha1dc
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2019-11-05 20:07:28 +0300
committerJunio C Hamano <gitster@pobox.com>2019-11-10 10:00:55 +0300
commit557c5895c2bd55e5bf58e186a769e2565917cc8b (patch)
tree39220c372d01a9a383a9717ef1fe817f1549a3cf /sha1dc
parentaa74be316a5113161e4b92e543874e2f017956a1 (diff)
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)