public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Replace Minumum/minumum with Minimum/minimum
@ 2020-10-06 12:32 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2020-10-06 12:32 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=862897d2addfacc2af85b571ebf5a82659455e8c

commit 862897d2addfacc2af85b571ebf5a82659455e8c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Oct 6 05:15:11 2020 -0700

    Replace Minumum/minumum with Minimum/minimum
    
    Replace Minumum/minumum in comments with Minimum/minimum.

Diff:
---
 bits/sigstack.h                           | 2 +-
 malloc/malloc.c                           | 2 +-
 sysdeps/unix/sysv/linux/mips/configure    | 2 +-
 sysdeps/unix/sysv/linux/mips/configure.ac | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bits/sigstack.h b/bits/sigstack.h
index 1089019458..33401fc42f 100644
--- a/bits/sigstack.h
+++ b/bits/sigstack.h
@@ -23,7 +23,7 @@
 # error "Never include this file directly.  Use <signal.h> instead"
 #endif
 
-/* Minumum stack size for a signal handler.  */
+/* Minimum stack size for a signal handler.  */
 #define MINSIGSTKSZ	8192
 
 /* System default stack size.  */
diff --git a/malloc/malloc.c b/malloc/malloc.c
index cd9933b4e5..5b87bdb081 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -505,7 +505,7 @@ void *(*__morecore)(ptrdiff_t) = __default_morecore;
   if no space is available. Additionally, on failure, errno is
   set to ENOMEM on ANSI C systems.
 
-  If n is zero, malloc returns a minumum-sized chunk. (The minimum
+  If n is zero, malloc returns a minimum-sized chunk. (The minimum
   size is 16 bytes on most 32bit systems, and 24 or 32 bytes on 64bit
   systems.)  On most systems, size_t is an unsigned type, so calls
   with negative arguments are interpreted as requests for huge amounts
diff --git a/sysdeps/unix/sysv/linux/mips/configure b/sysdeps/unix/sysv/linux/mips/configure
index 25f98e0c7b..f25f2a3a65 100644
--- a/sysdeps/unix/sysv/linux/mips/configure
+++ b/sysdeps/unix/sysv/linux/mips/configure
@@ -479,7 +479,7 @@ fi
 # Check if we are supposed to run on kernels older than 4.8.0. If so,
 # force executable stack to avoid potential runtime problems with fpu
 # emulation.
-# NOTE: The check below assumes that in absence of user-provided minumum_kernel
+# NOTE: The check below assumes that in absence of user-provided minimum_kernel
 # we will default to arch_minimum_kernel which is currently less than 4.8.0 for
 # all known configurations. If this changes, the check must be updated.
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler must use executable stack" >&5
diff --git a/sysdeps/unix/sysv/linux/mips/configure.ac b/sysdeps/unix/sysv/linux/mips/configure.ac
index 3db1b32b08..049a0f4bdf 100644
--- a/sysdeps/unix/sysv/linux/mips/configure.ac
+++ b/sysdeps/unix/sysv/linux/mips/configure.ac
@@ -138,7 +138,7 @@ fi
 # Check if we are supposed to run on kernels older than 4.8.0. If so,
 # force executable stack to avoid potential runtime problems with fpu
 # emulation.
-# NOTE: The check below assumes that in absence of user-provided minumum_kernel
+# NOTE: The check below assumes that in absence of user-provided minimum_kernel
 # we will default to arch_minimum_kernel which is currently less than 4.8.0 for
 # all known configurations. If this changes, the check must be updated.
 AC_CACHE_CHECK([whether the compiler must use executable stack],


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-06 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06 12:32 [glibc] Replace Minumum/minumum with Minimum/minimum H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).