mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
* locale/setlocale.c: Comment typo.
This commit is contained in:
parent
8ac78e6062
commit
e77fa91897
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user