diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-10-06 05:15:11 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-10-06 05:15:11 -0700 |
commit | 862897d2addfacc2af85b571ebf5a82659455e8c (patch) | |
tree | 45d6ddca904396972dbe09e93472ab885e19c7b0 /sysdeps/unix | |
parent | 78e09591a59fb4cb634cde28089924383151fcfe (diff) | |
download | glibc-862897d2addfacc2af85b571ebf5a82659455e8c.tar.gz glibc-862897d2addfacc2af85b571ebf5a82659455e8c.tar.xz glibc-862897d2addfacc2af85b571ebf5a82659455e8c.zip |
Replace Minumum/minumum with Minimum/minimum
Replace Minumum/minumum in comments with Minimum/minimum.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/configure | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
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], |