diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-23 03:02:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-23 03:02:03 +0000 |
commit | e77fa9189746631f1af281803206c07357679ec3 (patch) | |
tree | 364fbce855844839f4d887988b2eeff07ff30c67 | |
parent | 8ac78e60622522a936700fe27bad0f71e409f244 (diff) | |
download | glibc-e77fa9189746631f1af281803206c07357679ec3.zip glibc-e77fa9189746631f1af281803206c07357679ec3.tar.gz glibc-e77fa9189746631f1af281803206c07357679ec3.tar.bz2 |
* locale/setlocale.c: Comment typo.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | locale/setlocale.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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. diff --git a/locale/setlocale.c b/locale/setlocale.c index e6db70d..50bf8e7 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; |