nptl: Fix comment typo in pthread_cond_wait.c

This commit is contained in:
Jangwoong Kim 2021-01-02 20:57:37 +09:00 committed by Arjun Shankar
parent 6ea5b57afa
commit c50c65a8bf
1 changed files with 1 additions and 1 deletions

View File

@ -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);