From a78dbe23b45d7d5e7ec174d8ecf881934de3aafb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 23 Oct 2018 00:05:27 +0200 Subject: [PATCH] localename: Fix typo in comment. * tests/test-locale-c++.cc (newlocale): Fix typo in comment. --- ChangeLog | 5 +++++ tests/test-locale-c++.cc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d812249a19..1e7ff9fa0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-10-22 Bruno Haible + + localename: Fix typo in comment. + * tests/test-locale-c++.cc (newlocale): Fix typo in comment. + 2018-10-22 Bruno Haible Fix failure of 'gnulib-tool --create-testdir' with all modules. 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 -- 2.39.5