Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Nov 2010 23:00:37 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215149 - head/share/mk
Message-ID:  <201011112300.oABN0bxD087553@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011112300.oABN0bxD087553>