mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Replace Minumum/minumum with Minimum/minimum
Replace Minumum/minumum in comments with Minimum/minimum.
This commit is contained in:
2
sysdeps/unix/sysv/linux/mips/configure
vendored
2
sysdeps/unix/sysv/linux/mips/configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user