mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
hppa: Fix 'concurrency' typo in comment
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
4571fb8fe6
commit
c8bd171caf
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue