diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2025-09-01 13:10:39 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2025-09-01 13:10:48 +0100 |
commit | 576976eacc6af024ec17bea7a2247b1a4e31f2dc (patch) | |
tree | 4c4710ae7f35cccbe8da499587be44cd230bc6dc | |
parent | 0c6cb5285bc90b35dfdb476f47fe9bad721abf8b (diff) | |
download | glibc-576976eacc6af024ec17bea7a2247b1a4e31f2dc.zip glibc-576976eacc6af024ec17bea7a2247b1a4e31f2dc.tar.gz glibc-576976eacc6af024ec17bea7a2247b1a4e31f2dc.tar.bz2 |
nptl: Fix "Arch-sepecific" typo in comment
-rw-r--r-- | sysdeps/nptl/bits/thread-shared-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/bits/thread-shared-types.h b/sysdeps/nptl/bits/thread-shared-types.h index e614c7f..8da7154 100644 --- a/sysdeps/nptl/bits/thread-shared-types.h +++ b/sysdeps/nptl/bits/thread-shared-types.h @@ -75,7 +75,7 @@ typedef struct __pthread_internal_slist #include <bits/struct_mutex.h> -/* Arch-sepecific read-write lock definitions. A generic implementation is +/* Arch-specific read-write lock definitions. A generic implementation is provided by struct_rwlock.h. If required, an architecture can override it by defining: |