# HG changeset patch # User Bruno Haible # Date 1540245927 -7200 # Node ID 0e16812cd96d3f52f8ae89b3ed8aefb0e0a4d3fb # Parent 647230feebc00f6afa8fa02e20105bdabbcc6a45 localename: Fix typo in comment. * tests/test-locale-c++.cc (newlocale): Fix typo in comment. diff -r 647230feebc0 -r 0e16812cd96d ChangeLog --- 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 + + 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 -r 647230feebc0 -r 0e16812cd96d tests/test-locale-c++.cc --- 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