Catch up with r144020's /Dir_FindFile/Path_FindFile/

This commit is contained in:
David E. O'Brien 2009-11-17 19:35:39 +00:00
parent 07ff915720
commit 1511301cd8
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*
*-----------------------------------------------------------------------
*/

View File

@ -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.
*-----------------------------------------------------------------------
*/