diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-06-02 03:40:12 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-06-02 23:46:32 +0000 |
commit | 2cbeda847bb58bfac73d2048e3e0300ff1b2b894 (patch) | |
tree | f22a04d6e72985be372db2b87876d351fc35e6c1 /sysdeps/hppa | |
parent | 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 (diff) | |
download | glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.zip glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.gz glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.bz2 |
Fix a few more typos I missed in previous round -- BZ 25337
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r-- | sysdeps/hppa/nptl/bits/struct_rwlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hppa/nptl/bits/struct_rwlock.h b/sysdeps/hppa/nptl/bits/struct_rwlock.h index 762b05b..f91460b 100644 --- a/sysdeps/hppa/nptl/bits/struct_rwlock.h +++ b/sysdeps/hppa/nptl/bits/struct_rwlock.h @@ -27,7 +27,7 @@ struct __pthread_rwlock_arch_t next four words are all set to 1 by the Linuxthreads PTHREAD_RWLOCK_INITIALIZER. We ignore them in NPTL. - The 16-byte aligned lock stucture is not needed for NPTL. + The 16-byte aligned lock structure is not needed for NPTL. It causes some package builds to fail (e.g., protobuf) and issues with dynamic memory allocation in C++ versions prior to C++17. Removing it allows for more efficient allocators |