mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-25 04:01:10 +00:00
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;
|
||||
|
||||
/* 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. */
|
||||
__condvar_acquire_lock (cond, private);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user