]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* locale/setlocale.c: Comment typo.
authorRoland McGrath <roland@gnu.org>
Wed, 23 Mar 2005 03:02:03 +0000 (03:02 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 23 Mar 2005 03:02:03 +0000 (03:02 +0000)
ChangeLog
locale/setlocale.c

index fc35ce60e4fc69e0140e8762b235d7e05ca05555..1e7cd154447dbc77580476c0f8ea811e151f8542 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index e6db70d4c75719685835786a14278271e11844cd..50bf8e772f7be7468437b664d36589b26dbee075 100644 (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;