A trivial typo fix:
2025-05-04 Bruno Haible <br...@clisp.org> getlocalename_l-unsafe: Fix typo in comment. * lib/getlocalename_l-unsafe.h (struct string_with_storage): Fix comment. 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;