[COMMITTED] misc: Fix several typos
Yury Khrustalev
yury.khrustalev@arm.com
Fri Oct 10 14:09:58 GMT 2025
Committed as obvious.
---
iconv/tst-iconv_prog-buffer.sh | 2 +-
include/features.h | 2 +-
sysdeps/aarch64/multiarch/dl-symbol-redir-ifunc.h | 2 +-
sysdeps/unix/sysdep.h | 2 +-
sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h | 2 +-
sysdeps/unix/sysv/linux/arch-fork.h | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/iconv/tst-iconv_prog-buffer.sh b/iconv/tst-iconv_prog-buffer.sh
index 40340c38fa..f28dd10754 100644
--- a/iconv/tst-iconv_prog-buffer.sh
+++ b/iconv/tst-iconv_prog-buffer.sh
@@ -127,7 +127,7 @@ ignore_failure () {
set -e
}
-# Concatentation test.
+# Concatenation test.
run_iconv -o "$tmp/out" "$tmp/abc" "$tmp/def"
expect_files abc def
diff --git a/include/features.h b/include/features.h
index 8515b06b36..03b83cd34c 100644
--- a/include/features.h
+++ b/include/features.h
@@ -156,7 +156,7 @@
#undef __GLIBC_USE_DEPRECATED_SCANF
#undef __GLIBC_USE_C23_STRTOL
-/* Suppress kernel-name space pollution unless user expressedly asks
+/* Suppress kernel-name space pollution unless user explicitly asks
for it. */
#ifndef _LOOSE_KERNEL_NAMES
# define __KERNEL_STRICT_NAMES
diff --git a/sysdeps/aarch64/multiarch/dl-symbol-redir-ifunc.h b/sysdeps/aarch64/multiarch/dl-symbol-redir-ifunc.h
index 63ac28f50f..ba859b8055 100644
--- a/sysdeps/aarch64/multiarch/dl-symbol-redir-ifunc.h
+++ b/sysdeps/aarch64/multiarch/dl-symbol-redir-ifunc.h
@@ -1,4 +1,4 @@
-/* Symbol rediretion for loader/static initialization code.
+/* Symbol redirection for loader/static initialization code.
Copyright (C) 2022-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/sysdeps/unix/sysdep.h b/sysdeps/unix/sysdep.h
index 2cc98725c3..b9b7bcef29 100644
--- a/sysdeps/unix/sysdep.h
+++ b/sysdeps/unix/sysdep.h
@@ -138,7 +138,7 @@
#include <syscall_types.h>
/* Adjust both the __syscall_cancel and the SYSCALL_CANCEL macro to support
- 7 arguments instead of default 6 (curently only mip32). It avoid add
+ 7 arguments instead of default 6 (currently only mip32). It avoid add
the requirement to each architecture to support 7 argument macros
{INTERNAL,INLINE}_SYSCALL. */
#ifdef HAVE_CANCELABLE_SYSCALL_WITH_7_ARGS
diff --git a/sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h b/sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h
index 5a4a8248e6..da9e9bb8bb 100644
--- a/sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h
@@ -63,7 +63,7 @@ typedef struct
unsigned char __reserved[4096] __attribute__ ((__aligned__ (16)));
} mcontext_t;
-/* Userlevel context. */
+/* User-level context. */
typedef struct ucontext_t
{
unsigned long __ctx(uc_flags);
diff --git a/sysdeps/unix/sysv/linux/arch-fork.h b/sysdeps/unix/sysv/linux/arch-fork.h
index 1886630c90..c64e0227a3 100644
--- a/sysdeps/unix/sysv/linux/arch-fork.h
+++ b/sysdeps/unix/sysv/linux/arch-fork.h
@@ -25,7 +25,7 @@
#include <unistd.h>
/* Call the clone syscall with fork semantic. The CTID address is used
- to store the child thread ID at its locationm, to erase it in child memory
+ to store the child thread ID at its location, to erase it in child memory
when the child exits, and do a wakeup on the futex at that address.
The architecture with non-default kernel abi semantic should correctly
--
2.47.3
More information about the Libc-alpha
mailing list