This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[COMMITED][BZ #15764] Fix typo in setlocale.c
- From: OndÅej BÃlka <neleai at seznam dot cz>
- To: libc-alpha at sourceware dot org
- Date: Sat, 12 Oct 2013 14:37:39 +0200
- Subject: [COMMITED][BZ #15764] Fix typo in setlocale.c
- Authentication-results: sourceware.org; auth=none
I commited following comment fix from bugzilla as obvious.
2013-10-12 Reuben Thomas <rrt@sc3d.org>
[BZ #15764]
* locale/setlocale.c: Fix typo.
diff --git a/locale/setlocale.c b/locale/setlocale.c
index be95519..e83a156 100644
--- a/locale/setlocale.c
+++ b/locale/setlocale.c
@@ -412,7 +412,7 @@ setlocale (int category, const char *locale)
/* We must not simply free a global locale since we have no
control over the usage. So we mark it as un-deletable.
- Note: do not remove the `if', it's necessary to copy with
+ Note: do not remove the `if', it's necessary to cope with
the builtin locale data. */
if (newdata->usage_count != UNDELETABLE)
newdata->usage_count = UNDELETABLE;