From: Roland McGrath Date: Wed, 23 Mar 2005 03:02:03 +0000 (+0000) Subject: * locale/setlocale.c: Comment typo. X-Git-Tag: cvs/fedora-glibc-20050324T0715~3 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=e77fa9189746631f1af281803206c07357679ec3;p=glibc.git * locale/setlocale.c: Comment typo. --- diff --git a/ChangeLog b/ChangeLog index fc35ce60e4..1e7cd15444 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-03-22 Roland McGrath + * locale/setlocale.c: Comment typo. + * scripts/versions.awk: No errors for GLIBC_PRIVATE. * Versions.def (libdl, librt): Add GLIBC_2.3.4 version. diff --git a/locale/setlocale.c b/locale/setlocale.c index e6db70d4c7..50bf8e772f 100644 --- a/locale/setlocale.c +++ b/locale/setlocale.c @@ -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;