Fix typo in last patch.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2007 15:03:27 +0000 (15:03 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2007 15:03:27 +0000 (15:03 +0000)
ChangeLog
lib/stdint_.h

index d57a31176610ad7711aee2699259816f0c187006..4a9e7919d4b4f2fa535e604734a78d976796c163 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-10  Bruno Haible  <bruno@clisp.org>
+
+       * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
+
 2007-03-10  Bruno Haible  <bruno@clisp.org>
 
        * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
index 098637fcdbe1c68123b565802e6c0d5c57058344..92d64539a0dd6b044ea9ba2738296b2392df66fc 100644 (file)
 #ifdef GL_INT64_T
 # define int_least64_t int64_t
 #endif
-#ifdef GL_UIN64_T
+#ifdef GL_UINT64_T
 # define uint_least64_t uint64_t
 #endif