From 97de3a32b60561942cc337607fb4ea9eedb2c2e3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 17 Nov 2005 12:28:34 +0000 Subject: [PATCH] (basename_is_dot_or_dotdot): Correct wording in comment. --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index b27a694cfa..99585f4136 100644 --- a/src/ls.c +++ b/src/ls.c @@ -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 -- 2.47.3