summaryrefslogtreecommitdiff
path: root/usr.bin/make/dir.c
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-04-04 10:13:09 +0000
committerrillig <rillig@NetBSD.org>2021-04-04 10:13:09 +0000
commitffabfdaeb70bbc32abddc2300761302b6fa76881 (patch)
tree278feec0bec4e70a9a6ec2a8550766064ee75db4 /usr.bin/make/dir.c
parent19fd6aefecd288866d34ea4b108ec403ecfb4472 (diff)
make: remove filler word 'Do' from function names for parsing
No functional change, except for debug logging.
Diffstat (limited to 'usr.bin/make/dir.c')
-rw-r--r--usr.bin/make/dir.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index ae92227f705..627e654387f 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dir.c,v 1.271 2021/04/03 11:08:40 rillig Exp $ */
+/* $NetBSD: dir.c,v 1.272 2021/04/04 10:13:09 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -138,7 +138,7 @@
#include "job.h"
/* "@(#)dir.c 8.2 (Berkeley) 1/2/94" */
-MAKE_RCSID("$NetBSD: dir.c,v 1.271 2021/04/03 11:08:40 rillig Exp $");
+MAKE_RCSID("$NetBSD: dir.c,v 1.272 2021/04/04 10:13:09 rillig Exp $");
/*
* A search path is a list of CachedDir structures. A CachedDir has in it the
@@ -217,7 +217,7 @@ struct CachedDir {
* and "./." are different.
*
* Not sure what happens when .CURDIR is assigned a new value; see
- * Parse_DoVar.
+ * Parse_Var.
*/
char *name;