* locale/setlocale.c: Comment typo.

This commit is contained in:
Roland McGrath 2005-03-23 03:02:03 +00:00
parent 8ac78e6062
commit e77fa91897
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-03-22 Roland McGrath <roland@redhat.com>
* locale/setlocale.c: Comment typo.
* scripts/versions.awk: No errors for GLIBC_PRIVATE.
* Versions.def (libdl, librt): Add GLIBC_2.3.4 version.

View File

@ -372,7 +372,7 @@ setlocale (int category, const char *locale)
/* Critical section left. */
__libc_lock_unlock (__libc_setlocale_lock);
/* Free the resources (the locale path variable. */
/* Free the resources (the locale path variable). */
free (locale_path);
return composite;