Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make typo in comment



details:   https://anonhg.NetBSD.org/src/rev/607c38949bf1
branches:  trunk
changeset: 759577:607c38949bf1
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Dec 13 05:01:56 2010 +0000

description:
typo in comment

diffstat:

 usr.bin/make/parse.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 896b96242522 -r 607c38949bf1 usr.bin/make/parse.c
--- a/usr.bin/make/parse.c      Mon Dec 13 03:36:39 2010 +0000
+++ b/usr.bin/make/parse.c      Mon Dec 13 05:01:56 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: parse.c,v 1.168 2010/12/13 03:36:39 dholland Exp $     */
+/*     $NetBSD: parse.c,v 1.169 2010/12/13 05:01:56 dholland Exp $     */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
  */
 
 #ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: parse.c,v 1.168 2010/12/13 03:36:39 dholland Exp $";
+static char rcsid[] = "$NetBSD: parse.c,v 1.169 2010/12/13 05:01:56 dholland Exp $";
 #else
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static char sccsid[] = "@(#)parse.c    8.3 (Berkeley) 3/19/94";
 #else
-__RCSID("$NetBSD: parse.c,v 1.168 2010/12/13 03:36:39 dholland Exp $");
+__RCSID("$NetBSD: parse.c,v 1.169 2010/12/13 05:01:56 dholland Exp $");
 #endif
 #endif /* not lint */
 #endif
@@ -453,7 +453,7 @@
                        const char *dir;
 
                        /*
-                        * Nothing is more anoying than not knowing
+                        * Nothing is more annoying than not knowing
                         * which Makefile is the culprit.
                         */
                        dir = Var_Value(".PARSEDIR", VAR_GLOBAL, &cp);



Home | Main Index | Thread Index | Old Index