summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2008-11-10 09:22:19 +0000
committerMarc Espie <espie@cvs.openbsd.org>2008-11-10 09:22:19 +0000
commit6c52dc9eb90bb2f7a04b2ce5a88b2ae7114ce70c (patch)
tree52779c9613692904a9ff99eb4afc02edea29eff2 /usr.bin
parent714f322a8bf0ea4c8e9a528576186a9ff6ce6c29 (diff)
adjust comment to reflect reality (CompatRunCommand is gone)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/engine.c b/usr.bin/make/engine.c
index d9c03f1faa9..beb12114880 100644
--- a/usr.bin/make/engine.c
+++ b/usr.bin/make/engine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: engine.c,v 1.20 2008/11/04 07:22:35 espie Exp $ */
+/* $OpenBSD: engine.c,v 1.21 2008/11/10 09:22:18 espie Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
* Copyright (c) 1988, 1989 by Adam de Boor
@@ -78,7 +78,7 @@ bool
Job_CheckCommands(GNode *gn)
{
/* 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 setup_and_run_command knows what to do.
*/
if (Targ_Ignore(gn))
gn->type |= OP_IGNORE;