aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--locale/setlocale.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc35ce60e4..1e7cd15444 100644
--- 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.
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;