summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2008-11-10 09:22:18 +0000
committerespie <espie@openbsd.org>2008-11-10 09:22:18 +0000
commit4918fa9df632384c2f00225f70aa132db5606cd7 (patch)
treec68dc709510f2901198d16b69158a89bf73bc0a3
parentdon't assign ifp to ifp; llvm/clang; ok jsg (diff)
downloadwireguard-openbsd-4918fa9df632384c2f00225f70aa132db5606cd7.tar.xz
wireguard-openbsd-4918fa9df632384c2f00225f70aa132db5606cd7.zip
adjust comment to reflect reality (CompatRunCommand is gone)
-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;