]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
misc: Fix several typos
authorYury Khrustalev <yury.khrustalev@arm.com>
Fri, 10 Oct 2025 13:50:07 +0000 (14:50 +0100)
committerYury Khrustalev <yury.khrustalev@arm.com>
Fri, 10 Oct 2025 13:52:40 +0000 (14:52 +0100)
iconv/tst-iconv_prog-buffer.sh
include/features.h
sysdeps/aarch64/multiarch/dl-symbol-redir-ifunc.h
sysdeps/unix/sysdep.h
sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h
sysdeps/unix/sysv/linux/arch-fork.h

index 40340c38fa7f7d1834c7de8d2735f85395f59a0c..f28dd10754a8ff72379181aca8a41f8a165c446e 100644 (file)
@@ -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
 
index 8515b06b360c768ccf39455c314179b67d070dd4..03b83cd34c70d371c9df43891613a4bcdd83d8d6 100644 (file)
 #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
index 63ac28f50ff973a0cb8d1b48962151a63097fcff..ba859b805551734b802b618028b8c99071996974 100644 (file)
@@ -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.
 
index 2cc98725c386f2f00e46cdca66a80d4a4beebb57..b9b7bcef2947424648aaf5c1ff61f54ccb4b5066 100644 (file)
 #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
index 5a4a8248e62547343fa11185ab6dfda1b02b4ef2..da9e9bb8bb0953f762996000c15ad8b14407f400 100644 (file)
@@ -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);
index 1886630c905e507fb3159edbafef38c88b23a85a..c64e0227a3644d8876965d47aed3047bf5b66ea9 100644 (file)
@@ -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