]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_nl_normalize_codeset): Update comment to reflect memory allocation.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Nov 1999 23:45:24 +0000 (23:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Nov 1999 23:45:24 +0000 (23:45 +0000)
intl/l10nflist.c

index 5edba3a4d89580fcca9fca7a2ba49df1a97f0fa2..871b42814e0e8957f09dee64bf3cfcafaf249eb2 100644 (file)
@@ -352,7 +352,8 @@ _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
 \f
 /* Normalize codeset name.  There is no standard for the codeset
    names.  Normalization allows the user to use any of the common
-   names.  */
+   names.  The return value is dynamically allocated and has to be
+   freed by the caller.  */
 const char *
 _nl_normalize_codeset (codeset, name_len)
      const char *codeset;