changeset 39942:0e16812cd96d

localename: Fix typo in comment. * tests/test-locale-c++.cc (newlocale): Fix typo in comment.
author Bruno Haible <bruno@clisp.org>
date Tue, 23 Oct 2018 00:05:27 +0200
parents 647230feebc0
children b1ba0c77fa16
files ChangeLog tests/test-locale-c++.cc
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Oct 22 20:32:41 2018 +0200
+++ b/ChangeLog	Tue Oct 23 00:05:27 2018 +0200
@@ -1,3 +1,8 @@
+2018-10-22  Bruno Haible  <bruno@clisp.org>
+
+	localename: Fix typo in comment.
+	* tests/test-locale-c++.cc (newlocale): Fix typo in comment.
+
 2018-10-22  Bruno Haible  <bruno@clisp.org>
 
 	Fix failure of 'gnulib-tool --create-testdir' with all modules.
--- a/tests/test-locale-c++.cc	Mon Oct 22 20:32:41 2018 +0200
+++ b/tests/test-locale-c++.cc	Tue Oct 23 00:05:27 2018 +0200
@@ -33,7 +33,7 @@
 #endif
 
 #if 0
-SIGNATURE_CHECK (GNULIB_NAMESPACE::newlocale, locale_t, (int const char *, locale_t));
+SIGNATURE_CHECK (GNULIB_NAMESPACE::newlocale, locale_t, (int, const char *, locale_t));
 #endif
 
 #if GNULIB_TEST_DUPLOCALE && HAVE_DUPLOCALE