aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-02 03:40:12 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-02 23:46:32 +0000
commit2cbeda847bb58bfac73d2048e3e0300ff1b2b894 (patch)
treef22a04d6e72985be372db2b87876d351fc35e6c1 /sysdeps
parent7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 (diff)
downloadglibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar
glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.gz
glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.bz2
glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.zip
Fix a few more typos I missed in previous round -- BZ 25337
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/aarch64/fpu/advsimd_utils.h2
-rw-r--r--sysdeps/alpha/alphaev6/memcpy.S2
-rw-r--r--sysdeps/hppa/nptl/bits/struct_rwlock.h2
-rw-r--r--sysdeps/mach/hurd/x86_64/localplt.data2
-rw-r--r--sysdeps/x86/htl/pt-machdep.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/aarch64/fpu/advsimd_utils.h b/sysdeps/aarch64/fpu/advsimd_utils.h
index 08bfe77d52..8a0fcc0e06 100644
--- a/sysdeps/aarch64/fpu/advsimd_utils.h
+++ b/sysdeps/aarch64/fpu/advsimd_utils.h
@@ -1,4 +1,4 @@
-/* Helpers for Advanced SIMD vector math funtions.
+/* Helpers for Advanced SIMD vector math functions.
Copyright (C) 2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/sysdeps/alpha/alphaev6/memcpy.S b/sysdeps/alpha/alphaev6/memcpy.S
index 58c139aef2..28cd1e6710 100644
--- a/sysdeps/alpha/alphaev6/memcpy.S
+++ b/sysdeps/alpha/alphaev6/memcpy.S
@@ -190,7 +190,7 @@ $tail_bytes:
$misaligned:
mov $0, $4 # E : dest temp
and $0, 7, $1 # E : dest alignment mod8
- beq $1, $dest_0mod8 # U : life doesnt totally suck
+ beq $1, $dest_0mod8 # U : life doesn't totally suck
nop
$aligndest:
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
diff --git a/sysdeps/mach/hurd/x86_64/localplt.data b/sysdeps/mach/hurd/x86_64/localplt.data
index ce12ef0b3b..c38821e2fa 100644
--- a/sysdeps/mach/hurd/x86_64/localplt.data
+++ b/sysdeps/mach/hurd/x86_64/localplt.data
@@ -8,7 +8,7 @@ libc.so: free + RELA R_X86_64_GLOB_DAT
libc.so: malloc + RELA R_X86_64_GLOB_DAT
libc.so: realloc + RELA R_X86_64_GLOB_DAT
# The dynamic linker has its own versions of basic functions for initial loading
-# of shared libraries. These need to be overriden by libc once loaded.
+# of shared libraries. These need to be overridden by libc once loaded.
ld.so: __open ?
ld.so: __open64 ?
ld.so: __open_nocancel
diff --git a/sysdeps/x86/htl/pt-machdep.h b/sysdeps/x86/htl/pt-machdep.h
index d0cc979252..d0fd16e3a5 100644
--- a/sysdeps/x86/htl/pt-machdep.h
+++ b/sysdeps/x86/htl/pt-machdep.h
@@ -1,4 +1,4 @@
-/* Machine dependent pthreads internal defenitions. x86 version.
+/* Machine dependent pthreads internal definitions. x86 version.
Copyright (C) 2000-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.