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

github.com/cr-marcstevens/sha1collisiondetection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2018-02-15 00:19:57 +0300
committerMarc Stevens <cr-marcstevens@users.noreply.github.com>2018-02-16 12:49:27 +0300
commitc3e1304ea308f90866c6cdc450095575063fbbf5 (patch)
tree7c8201ca35eda9648a921efc6d3d08ff1cea3004
parent19d97bf5af05312267c2e874ee6bcf584d9e9681 (diff)
sha1c: fix a trivial spelling error
This was originally fixed in git.git's copy of the library in 6412757514 ("Spelling fixes", 2017-06-25).
-rw-r--r--lib/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sha1.c b/lib/sha1.c
index d594882..25eded1 100644
--- a/lib/sha1.c
+++ b/lib/sha1.c
@@ -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