summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 22:01:48 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-05-03 22:01:48 +0000
commita1ff7af013c83971c02a28fd0d1f5ddbb59e3f20 (patch)
tree5dc7f088dbf86206e51ccbf49535f02f8b3db243 /Makefile.inc1
parent55b0545890bc9eed519649b2ab17ec0c5881c68c (diff)
downloadsrc-test2-a1ff7af013c83971c02a28fd0d1f5ddbb59e3f20.tar.gz
src-test2-a1ff7af013c83971c02a28fd0d1f5ddbb59e3f20.zip
Misc. build: minor spelling fixes.
No functional change.
Notes
Notes: svn path=/head/; revision=299007
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 1a17db02724b..5e8c0d584af6 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} - | \