aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2011-11-20 20:05:47 +0000
committerGlen Barber <gjb@FreeBSD.org>2011-11-20 20:05:47 +0000
commitf73031b47f39dbc2bfc6ce214dc5041ba05acc07 (patch)
tree65a6345e8082a90ca09a145e8b7c67e064e54c17 /Makefile
parent6ef8f2a6f923b15a87391d332a86efb15c6bd2a4 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9414f95de653..6fd823111c10 100644
--- a/Makefile
+++ b/Makefile
@@ -182,12 +182,12 @@ buildworld: upgrade_checks
#
# In the following, the first 'rm' in a series will usually remove all
# files and directories. If it does not, then there are probably some
-# files with chflags set, so this unsets them and tries the 'rm' a
+# files with file flags set, so this unsets them and tries the 'rm' a
# second time. There are situations where this target will be cleaning
# some directories via more than one method, but that duplication is
# needed to correctly handle all the possible situations. Removing all
-# files without file flags set in the first 'rm' instance saves
-# time, because 'chflags' will need to operate on fewer files afterwards.
+# files without file flags set in the first 'rm' instance saves time,
+# because 'chflags' will need to operate on fewer files afterwards.
#
BW_CANONICALOBJDIR:=${MAKEOBJDIRPREFIX}${.CURDIR}
cleanworld: