aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-03 21:59:40 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-03 21:59:40 +0000
commita37818b3ec347144fe27fc8e5d341515b66e12e0 (patch)
tree0024684536471fc6d92c1d9242582777227d84bf /nptl
parent3e4fc359f4fab31607703b311857c58f08ebf67c (diff)
downloadglibc-a37818b3ec347144fe27fc8e5d341515b66e12e0.tar
glibc-a37818b3ec347144fe27fc8e5d341515b66e12e0.tar.gz
glibc-a37818b3ec347144fe27fc8e5d341515b66e12e0.tar.bz2
glibc-a37818b3ec347144fe27fc8e5d341515b66e12e0.zip
Fix typo.
(__lll_lock_wait): Add branch prediction.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index a15da3dbef..745737821e 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -11,7 +11,7 @@
* allocatestack.c: Improve comment throughout the file.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
- (__lll_lock_wait): Add branch predicition.
+ (__lll_lock_wait): Add branch prediction.
* sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S
(__lll_lock_wait): Likewise.
(lll_unlock_wake_cb): Removed.