]> Savannah Git Hosting - gnulib.git/commitdiff
localename: Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Mon, 22 Oct 2018 22:05:27 +0000 (00:05 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 22 Oct 2018 22:05:27 +0000 (00:05 +0200)
* tests/test-locale-c++.cc (newlocale): Fix typo in comment.

ChangeLog
tests/test-locale-c++.cc

index d812249a19d9b80d3a6ff2e76e4dd200bda0bbfe..1e7ff9fa0cbd48108cd6eeb123e98f02ce43644f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 410c84c1102b931ac18ebb788a0da3c51e6ac2fb..eb5bebca9a12fa9c9977b227ac22fa2f7bc26243 100644 (file)
@@ -33,7 +33,7 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::setlocale, char *, (int, const char *));
 #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