]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
locale-*.m4: Update comments.
authorBruno Haible <bruno@clisp.org>
Tue, 5 Mar 2024 11:59:07 +0000 (12:59 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 5 Mar 2024 11:59:07 +0000 (12:59 +0100)
* gettext-tools/m4/locale-de.m4: Update comments for Solaris 10.

gettext-tools/m4/locale-de.m4

index 86e4e15d662b4d2312689b358a2bdd61dbc2151d..adf00b3c34ecf4b35030c71c0177a33e68930de7 100644 (file)
@@ -114,7 +114,7 @@ int main () {
                 if (LC_ALL=de_DE.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                   gt_cv_locale_de_utf8=de_DE.UTF-8
                 else
-                  # Test for the Solaris 7 locale name.
+                  # Test for the Solaris 10 locale name.
                   if (LC_ALL=de.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
                     gt_cv_locale_de_utf8=de.UTF-8
                   else