From 64127575149e35b409bc2f78962f86507346d604 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Sun, 25 Jun 2017 13:20:41 +0300 Subject: Spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ville Skyttä Signed-off-by: Junio C Hamano --- sha1dc/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sha1dc') 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 -- cgit v1.2.3