Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree Typo fix.



details:   https://anonhg.NetBSD.org/src/rev/54bd3fc7a84a
branches:  trunk
changeset: 761590:54bd3fc7a84a
user:      jym <jym%NetBSD.org@localhost>
date:      Tue Feb 01 21:28:43 2011 +0000

description:
Typo fix.

diffstat:

 etc/mtree/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2495ad780afb -r 54bd3fc7a84a etc/mtree/Makefile
--- a/etc/mtree/Makefile        Tue Feb 01 21:21:34 2011 +0000
+++ b/etc/mtree/Makefile        Tue Feb 01 21:28:43 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2010/12/10 07:17:00 mrg Exp $
+#      $NetBSD: Makefile,v 1.20 2011/02/01 21:28:43 jym Exp $
 
 .include <bsd.own.mk>
 
@@ -60,7 +60,7 @@
 # INSTALL_DIR would want to write to the metalog, and it can't do that
 # if the metalog is inside DESTDIR but DESTDIR doesn't yet exist.
        ${HOST_INSTALL_DIR} -m 755 ${DESTDIR}
-# Inkoke mtree to create the directories listed in NetBSD.dist;
+# Invoke mtree to create the directories listed in NetBSD.dist;
 # then invoke mtree again to register those directories in the metalog.
        ${TOOL_MTREE} -def ${.OBJDIR}/NetBSD.dist -N ${.CURDIR}/.. \
            -p ${DESTDIR}/ -U ${TOOL_MTREE.unpriv}



Home | Main Index | Thread Index | Old Index