summaryrefslogtreecommitdiff
path: root/wcsmbs/wcsmbsload.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-01 07:14:15 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-01 07:14:15 +0000
commit61d655c1cba7d9755ddf11458f2c94fe58ff50e1 (patch)
tree383decaf8825d55e938940124a3d6268b798f5ec /wcsmbs/wcsmbsload.c
parent9f97f790eac5d79b15617e068bcc40e04d9f989a (diff)
Update.
2000-06-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/elf/setjmp.S: Work around change is recent binutils. gas now emits a jump through the PLT instead of a relative jump if the jump target is an exported symbol.
Diffstat (limited to 'wcsmbs/wcsmbsload.c')
-rw-r--r--wcsmbs/wcsmbsload.c2
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)
{