svn commit: r215149 - head/share/mk

Dimitry Andric dim at FreeBSD.org
Thu Nov 11 23:00:38 UTC 2010


Author: dim
Date: Thu Nov 11 23:00:37 2010
New Revision: 215149
URL: http://svn.freebsd.org/changeset/base/215149

Log:
  Fix typo, and re-wrap paragraph.

Modified:
  head/share/mk/sys.mk

Modified: head/share/mk/sys.mk
==============================================================================
--- head/share/mk/sys.mk	Thu Nov 11 22:53:55 2010	(r215148)
+++ head/share/mk/sys.mk	Thu Nov 11 23:00:37 2010	(r215149)
@@ -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


More information about the svn-src-all mailing list