From ef0bd9c617028c0e439c9fd4fa32d18eeac120e8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 3 May 2025 16:46:26 +0200 Subject: [PATCH] getlocalename_l-unsafe: Fix typo in comment. * lib/getlocalename_l-unsafe.h (struct string_with_storage): Fix comment. --- ChangeLog | 6 ++++++ lib/getlocalename_l-unsafe.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 97b4953372..d03b62cc9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-05-04 Bruno Haible + + getlocalename_l-unsafe: Fix typo in comment. + * lib/getlocalename_l-unsafe.h (struct string_with_storage): Fix + comment. + 2025-05-04 Bruno Haible havelib: Fix m4 underquoting bug in AC_LIB_FROMPACKAGE. diff --git a/lib/getlocalename_l-unsafe.h b/lib/getlocalename_l-unsafe.h index d56b113ab8..97b866378f 100644 --- a/lib/getlocalename_l-unsafe.h +++ b/lib/getlocalename_l-unsafe.h @@ -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; -- 2.39.5