public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hppa: Fix 'concurrency' typo in comment
@ 2023-05-05  9:12 Sam James
  0 siblings, 0 replies; only message in thread
From: Sam James @ 2023-05-05  9:12 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c8bd171caf443ff514a1fc6d50d239e0747b6dcc

commit c8bd171caf443ff514a1fc6d50d239e0747b6dcc
Author: Sam James <sam@gentoo.org>
Date:   Fri May 5 10:12:07 2023 +0100

    hppa: Fix 'concurrency' typo in comment
    
    Signed-off-by: Sam James <sam@gentoo.org>

Diff:
---
 sysdeps/hppa/nptl/pthread_spin_init.c   | 2 +-
 sysdeps/hppa/nptl/pthread_spin_unlock.c | 2 +-
 2 files changed, 2 insertions(+), 2 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.
diff --git a/sysdeps/hppa/nptl/pthread_spin_unlock.c b/sysdeps/hppa/nptl/pthread_spin_unlock.c
index 8a85385657..3378c9ba5f 100644
--- a/sysdeps/hppa/nptl/pthread_spin_unlock.c
+++ b/sysdeps/hppa/nptl/pthread_spin_unlock.c
@@ -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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-05  9:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05  9:12 [glibc] hppa: Fix 'concurrency' typo in comment Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).