summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 22:01:48 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 22:01:48 +0000
commit871e47bb43ad9f672c1f123bd94ba4e6ebc8749d (patch)
tree5dc7f088dbf86206e51ccbf49535f02f8b3db243 /Makefile.inc1
parentffb7443159e30477f3edc3382e3312675025e80b (diff)
downloadFreeBSD-src-871e47bb43ad9f672c1f123bd94ba4e6ebc8749d.zip
FreeBSD-src-871e47bb43ad9f672c1f123bd94ba4e6ebc8749d.tar.gz
Misc. build: minor spelling fixes.
No functional change.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1a17db0..5e8c0d5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -923,7 +923,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
.for dist in base ${EXTRA_DISTRIBUTIONS}
@# For each file that exists in this dist, print the corresponding
@# line from the METALOG. This relies on the fact that
- @# a line containing only the filename will sort immediatly before
+ @# a line containing only the filename will sort immediately before
@# the relevant mtree line.
cd ${DESTDIR}/${DISTDIR}; \
find ./${dist} | sort -u ${METALOG} - | \
@@ -933,7 +933,7 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
.for dist in ${DEBUG_DISTRIBUTIONS}
@# For each file that exists in this dist, print the corresponding
@# line from the METALOG. This relies on the fact that
- @# a line containing only the filename will sort immediatly before
+ @# a line containing only the filename will sort immediately before
@# the relevant mtree line.
cd ${DESTDIR}/${DISTDIR}; \
find ./${dist}/usr/lib/debug | sort -u ${METALOG} - | \
OpenPOWER on IntegriCloud