sha1dc: fix trivial comment spelling error
authorElijah Newren <redacted>
Tue, 5 Nov 2019 17:07:28 +0000 (17:07 +0000)
committerJunio C Hamano <redacted>
Sun, 10 Nov 2019 07:00:55 +0000 (16:00 +0900)
Also submitted upstream at:
  https://github.com/cr-marcstevens/sha1collisiondetection/pull/52

Reported-by: Jens Schleusener <redacted>
Signed-off-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
sha1dc/sha1.c

index 9d3cf81d4d712f9dd31b86b5542c5cba0401633a..63cd5c923a3c6f29510d1b59436b883c517ec588 100644 (file)
@@ -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)
git clone https://git.99rst.org/PROJECT