Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 07:24:25 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292091 - head/share/mk
Message-ID:  <201512110724.tBB7OPgw056106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Fri Dec 11 07:24:25 2015
New Revision: 292091
URL: https://svnweb.freebsd.org/changeset/base/292091

Log:
  Fix minor typos introduced on r292084.
  
  Approved by:	rodrigc (mentor)
  Differential Revision:	https://reviews.freebsd.org/D4495

Modified:
  head/share/mk/sys.mk

Modified: head/share/mk/sys.mk
==============================================================================
--- head/share/mk/sys.mk	Fri Dec 11 07:20:33 2015	(r292090)
+++ head/share/mk/sys.mk	Fri Dec 11 07:24:25 2015	(r292091)
@@ -407,10 +407,10 @@ __MAKE_SHELL?=/bin/sh
 .endif
 
 # Hack for ports compatibility. Historically, ports makefiles have
-# assumed hey can examine MACHINE_CPU without including anything
+# assumed they can examine MACHINE_CPU without including anything
 # because this was automatically included in sys.mk. For /usr/src,
 # this file has moved to being included from bsd.opts.mk. Until all
-# the ports files are modernized, and a reasonable transitition
+# the ports files are modernized, and a reasonable transition
 # period has passed, include it while we're in a ports tree here
 # to preserve historic behavior.
 .if exists(${.CURDIR}/../../Mk/bsd.port.mk)



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