diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wcsmbsload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/wcsmbsload.c b/wcsmbs/wcsmbsload.c index 42678527ef..55d19ff0cf 100644 --- a/wcsmbs/wcsmbsload.c +++ b/wcsmbs/wcsmbsload.c @@ -144,7 +144,7 @@ __wcsmbs_load_conv (const struct locale_data *new_category) /* Acquire the lock. */ __libc_lock_lock (lock); - /* We should repest the test since while we waited some other thread + /* We should repeat the test since while we waited some other thread might have run this function. */ if (__wcsmbs_last_locale != new_category) { |