From f057a33c6f7c5992389479f2d4feabf2900ba7ee Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 26 Nov 2009 10:11:23 +0200 Subject: [PATCH] Typo fix to sysdefs.h. Thanks to Jonathan Nieder. --- src/common/sysdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sysdefs.h b/src/common/sysdefs.h index f89239a..97a1c04 100644 --- a/src/common/sysdefs.h +++ b/src/common/sysdefs.h @@ -50,7 +50,7 @@ // we can work without inttypes.h thanks to Autoconf tests. #ifndef UINT32_C # if UINT_MAX != 4294967295U -# error UINT32_C is not defined and unsiged int is not 32-bit. +# error UINT32_C is not defined and unsigned int is not 32-bit. # endif # define UINT32_C(n) n ## U #endif -- 2.7.4