Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make fix comment



details:   https://anonhg.NetBSD.org/src/rev/136731b3d78e
branches:  trunk
changeset: 947210:136731b3d78e
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 13 18:12:29 2020 +0000

description:
fix comment

diffstat:

 usr.bin/make/compat.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2f564a0b57cb -r 136731b3d78e usr.bin/make/compat.c
--- a/usr.bin/make/compat.c     Sun Dec 13 17:44:31 2020 +0000
+++ b/usr.bin/make/compat.c     Sun Dec 13 18:12:29 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat.c,v 1.212 2020/12/13 16:47:19 rillig Exp $      */
+/*     $NetBSD: compat.c,v 1.213 2020/12/13 18:12:29 christos Exp $    */
 
 /*
  * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -96,7 +96,7 @@
 #include "pathnames.h"
 
 /*     "@(#)compat.c   8.2 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: compat.c,v 1.212 2020/12/13 16:47:19 rillig Exp $");
+MAKE_RCSID("$NetBSD: compat.c,v 1.213 2020/12/13 18:12:29 christos Exp $");
 
 static GNode *curTarg = NULL;
 static pid_t compatChild;
@@ -532,7 +532,7 @@
 
        /*
         * Alter our type to tell if errors should be ignored or things
-        * should not be printed so CompatRunCommand knows what to do.
+        * should not be printed so Compat_RunCommand knows what to do.
         */
        if (opts.ignoreErrors)
                gn->type |= OP_IGNORE;



Home | Main Index | Thread Index | Old Index