From 9cd8330240f930c5509592cd8d57133e52ac30e7 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 12 Oct 2013 14:07:25 +0200 Subject: Fix typo in setlocale.c. Fixes BZ #15764 --- locale/setlocale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/setlocale.c b/locale/setlocale.c index be95519e9f..e83a156267 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; -- cgit 1.4.1