mirror of git://sourceware.org/git/glibc.git
nptl: Fix comment typo in pthread_cond_wait.c
This commit is contained in:
parent
6ea5b57afa
commit
c50c65a8bf
|
@ -81,7 +81,7 @@ __condvar_cancel_waiting (pthread_cond_t *cond, uint64_t seq, unsigned int g,
|
||||||
{
|
{
|
||||||
bool consumed_signal = false;
|
bool consumed_signal = false;
|
||||||
|
|
||||||
/* No deadlock with group switching is possible here because we have do
|
/* No deadlock with group switching is possible here because we do
|
||||||
not hold a reference on the group. */
|
not hold a reference on the group. */
|
||||||
__condvar_acquire_lock (cond, private);
|
__condvar_acquire_lock (cond, private);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue