Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/a6e67069912a
branches:  trunk
changeset: 755174:a6e67069912a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed May 26 00:48:15 2010 +0000

description:
Fix typo in comment.

diffstat:

 share/mk/bsd.subdir.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8ca72bcec839 -r a6e67069912a share/mk/bsd.subdir.mk
--- a/share/mk/bsd.subdir.mk    Tue May 25 13:13:55 2010 +0000
+++ b/share/mk/bsd.subdir.mk    Wed May 26 00:48:15 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.subdir.mk,v 1.51 2009/12/19 00:14:43 christos Exp $
+#      $NetBSD: bsd.subdir.mk,v 1.52 2010/05/26 00:48:15 uwe Exp $
 #      @(#)bsd.subdir.mk       8.1 (Berkeley) 6/8/93
 
 .include <bsd.init.mk>
@@ -7,7 +7,7 @@
 
 .for dir in ${SUBDIR}
 .if "${dir}" == ".WAIT"
-# Don't play with .WAI
+# Don't play with .WAIT
 __REALSUBDIR+=${dir}
 .else
 .if "${dir:H}" != ""



Home | Main Index | Thread Index | Old Index