From owner-svn-src-all@FreeBSD.ORG Thu Nov 11 23:00:38 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DB581065672; Thu, 11 Nov 2010 23:00:38 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB098FC0C; Thu, 11 Nov 2010 23:00:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oABN0bNY087555; Thu, 11 Nov 2010 23:00:37 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oABN0bxD087553; Thu, 11 Nov 2010 23:00:37 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201011112300.oABN0bxD087553@svn.freebsd.org> From: Dimitry Andric Date: Thu, 11 Nov 2010 23:00:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215149 - head/share/mk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 23:00:38 -0000 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