better comment

This commit is contained in:
Holger Vogt 2023-01-17 23:00:17 +01:00
parent 3260492987
commit 653db022ea
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@ static char *resolve_input_path(const char *name) {
if (r)
return r;
}
/* no inputdir, or not found rel. to inputdir:
search rel. to current working directory */
/* no inputdir, or not found relative to inputdir:
search relative to current working directory */
DS_CREATE(ds, 100);
if (ds_cat_printf(&ds, ".%c%s", DIR_TERM, name) != 0) {
(void)fprintf(cp_err,