]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hppa: Fix 'concurrency' typo in comment
authorSam James <sam@gentoo.org>
Fri, 5 May 2023 09:12:07 +0000 (10:12 +0100)
committerSam James <sam@gentoo.org>
Fri, 5 May 2023 09:12:39 +0000 (10:12 +0100)
Signed-off-by: Sam James <sam@gentoo.org>
sysdeps/hppa/nptl/pthread_spin_init.c
sysdeps/hppa/nptl/pthread_spin_unlock.c

index dcb5b829a0fca2a56abdd59a1189d2ca2f0a71da..c44c775fbb13b63146ec9e7057f44477f7461497 100644 (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.
index 8a853856575b19ed04b91cb0211be82f236a81c2..3378c9ba5f873be6b4d745be784ee2f06066a15f 100644 (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.