From f4d9937274de3960f3af7356e1581163bafb93c3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 11 Dec 2009 09:47:41 +0000 Subject: (construct_vpath_list): Correct the argument names in the commentary. --- vpath.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vpath.c') diff --git a/vpath.c b/vpath.c index e9cd691..4b5ff2c 100644 --- a/vpath.c +++ b/vpath.c @@ -137,7 +137,7 @@ build_vpath_lists () } } -/* Construct the VPATH listing for the pattern and searchpath given. +/* Construct the VPATH listing for the PATTERN and DIRPATH given. This function is called to generate selective VPATH lists and also for the general VPATH list (which is in fact just a selective VPATH that @@ -145,9 +145,9 @@ build_vpath_lists () linked list of all selective VPATH lists or in the GENERAL_VPATH variable. - If SEARCHPATH is nil, remove all previous listings with the same + If DIRPATH is nil, remove all previous listings with the same pattern. If PATTERN is nil, remove all VPATH listings. Existing - and readable directories that are not "." given in the searchpath + and readable directories that are not "." given in the DIRPATH separated by the path element separator (defined in make.h) are loaded into the directory hash table if they are not there already and put in the VPATH searchpath for the given pattern with trailing -- cgit v1.2.3