From: Lasse Collin Date: Thu, 26 Nov 2009 08:11:23 +0000 (+0200) Subject: Typo fix to sysdefs.h. X-Git-Tag: upstream/5.1.3~382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f057a33c6f7c5992389479f2d4feabf2900ba7ee;p=platform%2Fupstream%2Fxz.git Typo fix to sysdefs.h. Thanks to Jonathan Nieder. --- 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