]> Savannah Git Hosting - gnulib.git/commitdiff
getlocalename_l-unsafe: Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Sat, 3 May 2025 14:46:26 +0000 (16:46 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 May 2025 06:21:02 +0000 (08:21 +0200)
* lib/getlocalename_l-unsafe.h (struct string_with_storage): Fix
comment.

ChangeLog
lib/getlocalename_l-unsafe.h

index 97b495337260586271a2160290d053843df148ac..d03b62cc9f5e1653f84d562998fa3f58fa8c9360 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-05-04  Bruno Haible  <bruno@clisp.org>
+
+       getlocalename_l-unsafe: Fix typo in comment.
+       * lib/getlocalename_l-unsafe.h (struct string_with_storage): Fix
+       comment.
+
 2025-05-04  Bruno Haible  <bruno@clisp.org>
 
        havelib: Fix m4 underquoting bug in AC_LIB_FROMPACKAGE.
index d56b113ab8b1094590c3edf3615ab84b53599806..97b866378fab3c394c7b91b74d8e75ac180b4b72 100644 (file)
@@ -45,7 +45,7 @@ enum storage
   STORAGE_OBJECT
 };
 
-/* Return type of getlocalename_l_unlocked.  */
+/* Return type of getlocalename_l_unsafe.  */
 struct string_with_storage
 {
   const char *value;