summaryrefslogtreecommitdiff
path: root/tests/test-locale-c++.cc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-10-23 00:05:27 +0200
committerBruno Haible <bruno@clisp.org>2018-10-23 00:05:27 +0200
commita78dbe23b45d7d5e7ec174d8ecf881934de3aafb (patch)
tree9b5dd82a3dfeb57206167dfb53f4ce5eb6f4c2ac /tests/test-locale-c++.cc
parent98993f9d1b2ed03007be9dbcdc6bd9fe2d49777b (diff)
downloadgnulib-a78dbe23b45d7d5e7ec174d8ecf881934de3aafb.tar.gz
localename: Fix typo in comment.
* tests/test-locale-c++.cc (newlocale): Fix typo in comment.
Diffstat (limited to 'tests/test-locale-c++.cc')
-rw-r--r--tests/test-locale-c++.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-locale-c++.cc b/tests/test-locale-c++.cc
index 410c84c110..eb5bebca9a 100644
--- a/tests/test-locale-c++.cc
+++ b/tests/test-locale-c++.cc
@@ -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