about summary refs log tree commit diff
path: root/sysdeps/hppa/nptl/pthread_spin_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hppa/nptl/pthread_spin_init.c')
-rw-r--r--sysdeps/hppa/nptl/pthread_spin_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hppa/nptl/pthread_spin_init.c b/sysdeps/hppa/nptl/pthread_spin_init.c
index dcb5b829a0..c44c775fbb 100644
--- a/sysdeps/hppa/nptl/pthread_spin_init.c
+++ b/sysdeps/hppa/nptl/pthread_spin_init.c
@@ -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.