Standardize spelling of "optimization" in comments

PR:		conf/22622
Submitted by:	knu
This commit is contained in:
Doug Barton 2000-11-19 20:12:06 +00:00
parent 927af2dc65
commit 09980f4348
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68917
2 changed files with 6 additions and 6 deletions

View file

@ -10,9 +10,9 @@
# documentation of the source tree.
#
# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimisation settings above -O (-O2, ...) are not recommended
# Note that optimization settings above -O (-O2, ...) are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimisation settings to "-O" before submitting bug reports
# nonstandard optimization settings to "-O" before submitting bug reports
# to the developers.
# Note also that at this time the -O2 setting is known to produce BROKEN
# CODE on the Alpha platform.
@ -35,7 +35,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#
# To compile just the kernel with special optimisations, you should use
# To compile just the kernel with special optimizations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway).
# There is very little to gain by using higher optimization levels, and doing
# so can cause problems.

View file

@ -10,9 +10,9 @@
# documentation of the source tree.
#
# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimisation settings above -O (-O2, ...) are not recommended
# Note that optimization settings above -O (-O2, ...) are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimisation settings to "-O" before submitting bug reports
# nonstandard optimization settings to "-O" before submitting bug reports
# to the developers.
# Note also that at this time the -O2 setting is known to produce BROKEN
# CODE on the Alpha platform.
@ -35,7 +35,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings
#
# To compile just the kernel with special optimisations, you should use
# To compile just the kernel with special optimizations, you should use
# this instead of CFLAGS (which is not applicable to kernel builds anyway).
# There is very little to gain by using higher optimization levels, and doing
# so can cause problems.