mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
hppa: Fix 'concurrency' typo in comment
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
4571fb8fe6
commit
c8bd171caf
@ -21,7 +21,7 @@
|
||||
int
|
||||
__pthread_spin_init (pthread_spinlock_t *lock, int pshared)
|
||||
{
|
||||
/* CONCURRENCTY NOTES:
|
||||
/* CONCURRENCY NOTES:
|
||||
|
||||
The atomic_exchange_release synchronizes-with the atomic_exhange_acq in
|
||||
pthread_spin_lock.
|
||||
|
@ -21,7 +21,7 @@
|
||||
int
|
||||
__pthread_spin_unlock (pthread_spinlock_t *lock)
|
||||
{
|
||||
/* CONCURRENCTY NOTES:
|
||||
/* CONCURRENCY NOTES:
|
||||
|
||||
The atomic_exchange_release synchronizes-with the atomic_exhange_acq in
|
||||
pthread_spin_lock.
|
||||
|
Loading…
x
Reference in New Issue
Block a user