(basename_is_dot_or_dotdot): Correct wording in comment.

This commit is contained in:
Jim Meyering 2005-11-17 12:28:34 +00:00
parent f360c113d5
commit 97de3a32b6

View File

@ -2773,7 +2773,7 @@ make_link_name (char const *name, char const *linkname)
}
#endif
/* Return true if base_name (NAME) ends in `.' or `..'
/* Return true if the last component of NAME is `.' or `..'
This is so we don't try to recurse on `././././. ...' */
static bool