summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2000-11-19 20:12:06 +0000
committerdougb <dougb@FreeBSD.org>2000-11-19 20:12:06 +0000
commit69fac9d9a29871e0ab89ce7b2cd2de9e5f0a917c (patch)
treef16bc79d8d51629b316587971f616271033acde7 /etc
parentd6c9727c422499bf99b9590e1d57f8e40d56dcde (diff)
downloadFreeBSD-src-69fac9d9a29871e0ab89ce7b2cd2de9e5f0a917c.zip
FreeBSD-src-69fac9d9a29871e0ab89ce7b2cd2de9e5f0a917c.tar.gz
Standardize spelling of "optimization" in comments
PR: conf/22622 Submitted by: knu
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/make.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index bf2918a..7002cf1 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -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.
OpenPOWER on IntegriCloud