diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-11-26 10:11:23 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-11-26 10:11:23 +0200 |
commit | f057a33c6f7c5992389479f2d4feabf2900ba7ee (patch) | |
tree | ed9ce860768fe5e35649c3c46bbf5e2a27cf0347 /src/common/sysdefs.h | |
parent | Fix a memory leak in test_index.c. (diff) | |
download | xz-f057a33c6f7c5992389479f2d4feabf2900ba7ee.tar.xz |
Typo fix to sysdefs.h.
Thanks to Jonathan Nieder.
Diffstat (limited to 'src/common/sysdefs.h')
-rw-r--r-- | src/common/sysdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sysdefs.h b/src/common/sysdefs.h index f89239a0..97a1c045 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 |