diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 01:19:22 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 01:19:22 +0200 |
commit | 4b90d3f6146154638ffbe227da48e9af0dd2a803 (patch) | |
tree | 7e034f416b4b7e95a76b99418df21e64e795e22a /sysdeps/generic/pt-cond-brdcast.c | |
parent | b1f57fa0cf5515263bebcefe1044995ebaf9a1f3 (diff) |
Fix coding style
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); } |