diff options
author | 2017-06-25 13:20:41 +0300 | |
---|---|---|
committer | 2017-06-27 10:35:49 -0700 | |
commit | 64127575149e35b409bc2f78962f86507346d604 (patch) | |
tree | 3287f694ee01dfabdcab849c10fd90947a0ca531 /sha1dc | |
parent | Twelfth batch for 2.14 (diff) | |
download | tgif-64127575149e35b409bc2f78962f86507346d604.tar.xz |
Spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1dc')
-rw-r--r-- | sha1dc/sha1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1dc/sha1.c b/sha1dc/sha1.c index facea1bb56..3a1735e5ca 100644 --- a/sha1dc/sha1.c +++ b/sha1dc/sha1.c @@ -918,7 +918,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 |