summaryrefslogtreecommitdiffstats
path: root/share/examples/etc
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2002-07-02 14:33:52 +0000
committerjohan <johan@FreeBSD.org>2002-07-02 14:33:52 +0000
commit772b9ee6a9ea10a23b4da449481103aa27402544 (patch)
tree6323f8356288ae891b40d82318c742d5f3c47cca /share/examples/etc
parente9db3343e81485248b8751b673bf3bbfcc055967 (diff)
downloadFreeBSD-src-772b9ee6a9ea10a23b4da449481103aa27402544.zip
FreeBSD-src-772b9ee6a9ea10a23b4da449481103aa27402544.tar.gz
's/rather then/rather than/'
PR: 38096 Submitted by: Chris Pepper <pepper@rockefeller.edu> While I'm here correct some typos pointed out by ispell. Approved by: sheldonh (mentor) MFC after: 1 week
Diffstat (limited to 'share/examples/etc')
-rw-r--r--share/examples/etc/make.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 52bd095..54ff687 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -16,13 +16,13 @@
# the source tree.
#
#
-# The CPUTYPE variable controls which processor should be targetted for
+# The CPUTYPE variable controls which processor should be targeted for
# generated code. This controls processor-specific optimizations in
# certain code (currently only OpenSSL) as well as modifying the value
# of CFLAGS to contain the appropriate optimization directive to gcc.
# The automatic setting of CFLAGS may be overridden using the
# NO_CPU_CFLAGS variable below.
-# Currently the following CPU types are recognised:
+# Currently the following CPU types are recognized:
# Intel x86 architecture:
# (AMD CPUs) k7 k6-2 k6 k5
# (Intel CPUs) p4 p3 p2 i686 i586/mmx i586 i486 i386
@@ -53,7 +53,7 @@
# BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested
# for use in developing FreeBSD and testing changes. They can be used by
# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not
-# included here due to compiler bugs, eg: mkdir()'s mode_t argument.
+# included here due to compiler bugs, e.g., mkdir()'s mode_t argument.
#
#BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# -Wcast-qual -Wchar-subscripts -Winline \
@@ -137,7 +137,7 @@
#
# *** It is YOUR RESPONSIBILITY to determine if you can use this! ***
#
-# IDEA is patented in the USA and many european countries - thought to
+# IDEA is patented in the USA and many European countries - thought to
# be OK to use for any non-commercial use. This is optional.
#MAKE_IDEA= YES # IDEA (128 bit symmetric encryption)
#
@@ -197,7 +197,7 @@
# By default the 'pxeboot' loader retrieves the kernel via NFS. Defining
# this and recompiling /usr/src/sys/boot will cause it to retrieve the kernel
# via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet
-# still mount the server's '/' (i.e. rather then load the server's kernel).
+# still mount the server's '/' (i.e. rather than load the server's kernel).
#
#LOADER_TFTP_SUPPORT= YES
#
OpenPOWER on IntegriCloud