Skip to content

Commit 557c589

Browse files
newrengitster
authored andcommitted
sha1dc: fix trivial comment spelling error
Also submitted upstream at: cr-marcstevens/sha1collisiondetection#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>
1 parent aa74be3 commit 557c589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sha1dc/sha1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
/* Not under GCC-alike or glibc */
7373
#elif defined(_BYTE_ORDER) && defined(_BIG_ENDIAN) && defined(_LITTLE_ENDIAN)
7474
/*
75-
* *BSD and newlib (embeded linux, cygwin, etc).
75+
* *BSD and newlib (embedded linux, cygwin, etc).
7676
* the defined(_BIG_ENDIAN) && defined(_LITTLE_ENDIAN) part prevents
7777
* this condition from matching with Solaris/sparc.
7878
* (Solaris defines only one endian macro)

0 commit comments

Comments
 (0)