projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca72d3c
)
Fix typo in comment.
author
drepper
<drepper>
Thu, 13 Feb 2003 20:37:37 +0000
(20:37 +0000)
committer
drepper
<drepper>
Thu, 13 Feb 2003 20:37:37 +0000
(20:37 +0000)
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
patch
|
blob
|
history
diff --git
a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
index
b2a5d53
..
fffef03
100644
(file)
--- a/
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
+++ b/
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
@@
-65,7
+65,8
@@
__pthread_cond_broadcast:
cmpl (%ebx), %ecx
jna 4f
- /* Case all currently waiting threads to wake up. */
+ /* Cause all currently waiting threads to recognize they are
+ woken up. */
3: movl %ecx, (%ebx)
movl %eax, 4(%ebx)