diff options
Diffstat (limited to 'sysdeps/generic/pt-cond-brdcast.c')
-rw-r--r-- | sysdeps/generic/pt-cond-brdcast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pt-cond-brdcast.c b/sysdeps/generic/pt-cond-brdcast.c index 8cadc95..fc1d653 100644 --- a/sysdeps/generic/pt-cond-brdcast.c +++ b/sysdeps/generic/pt-cond-brdcast.c @@ -32,7 +32,7 @@ __pthread_cond_broadcast (pthread_cond_t *cond) __pthread_dequeue (wakeup); __pthread_spin_unlock (&cond->__lock); /* Wake it up without spin held, so it may have a chance to really - preempt us */ + preempt us */ __pthread_wakeup (wakeup); __pthread_spin_lock (&cond->__lock); } |