summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorabs <abs@NetBSD.org>2012-01-24 17:37:34 +0000
committerabs <abs@NetBSD.org>2012-01-24 17:37:34 +0000
commit81008d7ab29fd4d4a60035dcf834f52e01c9ccd0 (patch)
tree50987b6a5ba8fff40bf645ac21a01b52598f7d00 /Makefile
parentaacf9d5bcbaf5d55d947f628e524a285b946608c (diff)
s/is the not root/is not the root/ in a comment - from Snader_LB
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 25944b3bf10..5fef039d704 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.290 2012/01/22 03:53:32 tsutsui Exp $
+# $NetBSD: Makefile,v 1.291 2012/01/24 17:37:34 abs Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -48,7 +48,7 @@
# installworld:
# Install the distribution from DESTDIR to INSTALLWORLDDIR (which
# defaults to the root directory). Ensures that INSTALLWORLDDIR
-# is the not root directory if cross compiling.
+# is not the root directory if cross compiling.
# release:
# Does a `make distribution', and then tars up the DESTDIR files
# into ${RELEASEDIR}/${RELEASEMACHINEDIR}, in release(7) format.