summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-17 12:28:34 +0000
committerJim Meyering <jim@meyering.net>2005-11-17 12:28:34 +0000
commit97de3a32b60561942cc337607fb4ea9eedb2c2e3 (patch)
treee3b34a879173c73a9426cf03a7733d357d305190 /src/ls.c
parentf360c113d5d4e4aa7fd9f3ce02759175043088e8 (diff)
downloadcoreutils-97de3a32b60561942cc337607fb4ea9eedb2c2e3.tar.xz
(basename_is_dot_or_dotdot): Correct wording in comment.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index b27a694cf..99585f413 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