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 d57a311..4a9e791 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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
        "make distcheck".
        * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
index 098637f..92d6453 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