aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/dir.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2009-11-17 19:35:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2009-11-17 19:35:39 +0000
commit1511301cd85f4305934616a1bb599ba3c3c32b23 (patch)
tree7fe8895be0c27ca3fd1ac020d80a9bfcb6222743 /usr.bin/make/dir.c
parent07ff91572085c113494c691c583bdb33f39a80ea (diff)
Notes
Diffstat (limited to 'usr.bin/make/dir.c')
-rw-r--r--usr.bin/make/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index c509df6180bd0..8ca998449a27e 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -862,7 +862,7 @@ Path_FindFile(char *name, struct Path *path)
*
* Side Effects:
* The modification time is placed in the node's mtime slot.
- * If the node didn't have a path entry before, and Dir_FindFile
+ * If the node didn't have a path entry before, and Path_FindFile
* found one for it, the full name is placed in the path slot.
*-----------------------------------------------------------------------
*/