changeset 39168:46eddcdba8c7

Fix typo in comment, in my last commit.
author Bruno Haible <bruno@clisp.org>
date Mon, 27 Nov 2017 15:45:19 +0100
parents 71ccf6e055b0
children c95a7a9a94d7
files ChangeLog lib/monetary.in.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 27 11:34:25 2017 +0100
+++ b/ChangeLog	Mon Nov 27 15:45:19 2017 +0100
@@ -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>.
--- a/lib/monetary.in.h	Mon Nov 27 11:34:25 2017 +0100
+++ b/lib/monetary.in.h	Mon Nov 27 15:45:19 2017 +0100
@@ -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