]> Savannah Git Hosting - gnulib.git/commitdiff
Fix typo in comment, in my last commit.
authorBruno Haible <bruno@clisp.org>
Mon, 27 Nov 2017 14:45:19 +0000 (15:45 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 27 Nov 2017 14:45:19 +0000 (15:45 +0100)
ChangeLog
lib/monetary.in.h

index b8f76dd47bd06bf945c11c4fe24d440dd0a60847..4d70a7d6e8610b8bac55c36024231fa8dfccc864 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,7 +58,7 @@
 
 2017-11-26  Bruno Haible  <bruno@clisp.org>
 
-       strfmon_l: Fix compilation error with glibc 2.25.
+       strfmon_l: Fix compilation error with glibc 2.5.
        Reported by Tom G. Christensen <tgc@jupiterrise.com>
        in <https://lists.gnu.org/r/bug-gnulib/2017-11/msg00051.html>.
        * lib/monetary.in.h: Include also <locale.h>.
index 945f1ae2ce61ebfe87d844b046166f4d3786e039..525622630c2a8bf53378902ba9d480632614f317 100644 (file)
@@ -34,7 +34,7 @@
 /* Get locale_t on Mac OS X 10.12.  */
 #  include <xlocale.h>
 # endif
-/* Get locale_t on glibc 2.25.  */
+/* Get locale_t on glibc 2.5.  */
 # include <locale.h>
 #endif