From 40d7e625094567debb2809efb5c9136a0f8c795d Mon Sep 17 00:00:00 2001 From: obrien Date: Tue, 17 Nov 2009 19:35:39 +0000 Subject: Catch up with r144020's /Dir_FindFile/Path_FindFile/ --- usr.bin/make/arch.c | 2 +- usr.bin/make/dir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 90801cd..9cd0a1c 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -1131,7 +1131,7 @@ Arch_MemMTime(GNode *gn) * command (or the linker will know where to find it) and set the * TARGET variable for this node to be the node's name. Otherwise, * we set the TARGET variable to be the full path of the library, - * as returned by Dir_FindFile. + * as returned by Path_FindFile. * *----------------------------------------------------------------------- */ diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index c509df6..8ca9984 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. *----------------------------------------------------------------------- */ -- cgit v1.1