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

View File

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