mirror of git://sourceware.org/git/glibc.git
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
|
int
|
||||||
__pthread_spin_init (pthread_spinlock_t *lock, int pshared)
|
__pthread_spin_init (pthread_spinlock_t *lock, int pshared)
|
||||||
{
|
{
|
||||||
/* CONCURRENCTY NOTES:
|
/* CONCURRENCY NOTES:
|
||||||
|
|
||||||
The atomic_exchange_release synchronizes-with the atomic_exhange_acq in
|
The atomic_exchange_release synchronizes-with the atomic_exhange_acq in
|
||||||
pthread_spin_lock.
|
pthread_spin_lock.
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
int
|
int
|
||||||
__pthread_spin_unlock (pthread_spinlock_t *lock)
|
__pthread_spin_unlock (pthread_spinlock_t *lock)
|
||||||
{
|
{
|
||||||
/* CONCURRENCTY NOTES:
|
/* CONCURRENCY NOTES:
|
||||||
|
|
||||||
The atomic_exchange_release synchronizes-with the atomic_exhange_acq in
|
The atomic_exchange_release synchronizes-with the atomic_exhange_acq in
|
||||||
pthread_spin_lock.
|
pthread_spin_lock.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue