From 2cbeda847bb58bfac73d2048e3e0300ff1b2b894 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Fri, 2 Jun 2023 03:40:12 +0000 Subject: Fix a few more typos I missed in previous round -- BZ 25337 --- sysdeps/hppa/nptl/bits/struct_rwlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/hppa') diff --git a/sysdeps/hppa/nptl/bits/struct_rwlock.h b/sysdeps/hppa/nptl/bits/struct_rwlock.h index 762b05b2ec..f91460b7f8 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 -- cgit v1.2.3