summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2015-12-11 07:24:25 +0000
committeraraujo <araujo@FreeBSD.org>2015-12-11 07:24:25 +0000
commit8425221d146fb2d48434c543c50402cf26901c20 (patch)
tree23db366f0fb5b0055eae8117bbcc65f76e6824de
parentebdff42c4262d4c9bcf29831a941e6c80fa830cb (diff)
downloadFreeBSD-src-8425221d146fb2d48434c543c50402cf26901c20.zip
FreeBSD-src-8425221d146fb2d48434c543c50402cf26901c20.tar.gz
Fix minor typos introduced on r292084.
Approved by: rodrigc (mentor) Differential Revision: https://reviews.freebsd.org/D4495
-rw-r--r--share/mk/sys.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 632c116..f9ac418 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -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)
OpenPOWER on IntegriCloud