]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(basename_is_dot_or_dotdot): Correct wording in comment.
authorJim Meyering <jim@meyering.net>
Thu, 17 Nov 2005 12:28:34 +0000 (12:28 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 17 Nov 2005 12:28:34 +0000 (12:28 +0000)
src/ls.c

index b27a694cfa6eaa1c9648260ffec3630f91d88053..99585f4136ca112531ebccfc79cb7db7bcd76d20 100644 (file)
--- 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