Skip to content

Commit

Permalink
sha1c: fix a trivial spelling error
Browse files Browse the repository at this point in the history
This was originally fixed in git.git's copy of the library in 6412757514 ("Spelling fixes", 2017-06-25).
  • Loading branch information
avar authored and cr-marcstevens committed Feb 16, 2018
1 parent 19d97bf commit c3e1304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sha1.c
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ static void sha1recompress_fast_ ## t (uint32_t ihvin[5], uint32_t ihvout[5], co

#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable: 4127) /* Complier complains about the checks in the above macro being constant. */
#pragma warning(disable: 4127) /* Compiler complains about the checks in the above macro being constant. */
#endif

#ifdef DOSTORESTATE0
Expand Down

0 comments on commit c3e1304

Please sign in to comment.