summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-11-11 23:00:37 +0000
committerdim <dim@FreeBSD.org>2010-11-11 23:00:37 +0000
commit45d65c56462f3706218dc1bed6e710a3264332c2 (patch)
tree59fbcc5f851da8c48f739d4d5820eed8ec8e0b83 /share
parentfd6589bbdb2d6f2a1f44296c3db668afa7801866 (diff)
downloadFreeBSD-src-45d65c56462f3706218dc1bed6e710a3264332c2.zip
FreeBSD-src-45d65c56462f3706218dc1bed6e710a3264332c2.tar.gz
Fix typo, and re-wrap paragraph.
Diffstat (limited to 'share')
-rw-r--r--share/mk/sys.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index fae3f3e..e6368ba 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -7,11 +7,11 @@ unix ?= We run FreeBSD, not UNIX.
.if !defined(%POSIX)
#
# MACHINE_CPUARCH defines a collection of MACHINE_ARCH. Machines with
-# the same MACHINE_ARCH can run reach-other's binaries, so it
-# necessarily has word size and endian swizzled in. However, support
-# files for these machines often are shared amongst all combinations
-# of size and/or endian. This is called MACHINE_CPU in NetBSD, but
-# that's used for something different in FreeBSD.
+# the same MACHINE_ARCH can run each other's binaries, so it necessarily
+# has word size and endian swizzled in. However, support files for
+# these machines often are shared amongst all combinations of size
+# and/or endian. This is called MACHINE_CPU in NetBSD, but that's used
+# for something different in FreeBSD.
#
MACHINE_CPUARCH=${MACHINE_ARCH:C/mipse[lb]/mips/:C/armeb/arm/:C/powerpc64/powerpc/}
.endif
OpenPOWER on IntegriCloud