From: Jim Meyering Date: Thu, 17 Nov 2005 12:28:34 +0000 (+0000) Subject: (basename_is_dot_or_dotdot): Correct wording in comment. X-Git-Tag: v6.0~1328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97de3a32b60561942cc337607fb4ea9eedb2c2e3;p=thirdparty%2Fcoreutils.git (basename_is_dot_or_dotdot): Correct wording in comment. --- 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