hppa: Fix 'concurrency' typo in comment

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2023-05-05 10:12:07 +01:00
parent 4571fb8fe6
commit c8bd171caf
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.