diff options
Diffstat (limited to 'sysdeps/htl/pt-rwlock-unlock.c')
-rw-r--r-- | sysdeps/htl/pt-rwlock-unlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-rwlock-unlock.c b/sysdeps/htl/pt-rwlock-unlock.c index 5564c27dcf..7b5465dab5 100644 --- a/sysdeps/htl/pt-rwlock-unlock.c +++ b/sysdeps/htl/pt-rwlock-unlock.c @@ -89,7 +89,7 @@ __pthread_rwlock_unlock (pthread_rwlock_t *rwlock) } - /* Noone is waiting. Just unlock it. */ + /* No one is waiting. Just unlock it. */ __pthread_spin_unlock (&rwlock->__held); __pthread_spin_unlock (&rwlock->__lock); |