diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-03 21:59:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-03 21:59:40 +0000 |
commit | a37818b3ec347144fe27fc8e5d341515b66e12e0 (patch) | |
tree | 0024684536471fc6d92c1d9242582777227d84bf | |
parent | 3e4fc359f4fab31607703b311857c58f08ebf67c (diff) | |
download | glibc-a37818b3ec347144fe27fc8e5d341515b66e12e0.tar.gz glibc-a37818b3ec347144fe27fc8e5d341515b66e12e0.tar.xz glibc-a37818b3ec347144fe27fc8e5d341515b66e12e0.zip |
Fix typo.
(__lll_lock_wait): Add branch prediction.
-rw-r--r-- | nptl/ChangeLog | 2 |
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. |