summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-10-05 18:46:44 +0000
committerRoland McGrath <roland@gnu.org>2004-10-05 18:46:44 +0000
commitb610fa2d49188d50a5e3348c69203dec14f67952 (patch)
tree64dd1634763d0e99cad45cc0c11f922e6e0df182 /nptl
parent2c03b6db26c016d83bcc9a6fa2298f67462fa735 (diff)
typo
(__lll_mutex_timedlock_wait): If woken but cannot get the lock,
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 62d476296e..1cbe0ee02b 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -38,7 +38,7 @@
(__lll_mutex_timedlock_wait): Address futex correctly.
* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
- (__lll_mutex_timedlock_wait): I woken but cannot get the lock,
+ (__lll_mutex_timedlock_wait): If woken but cannot get the lock,
make sure 2 is stored in the futex and we looked at the old value.
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
(__lll_mutex_timedlock_wait): Likewise. Fix a few other problems