]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 2 May 1996 02:47:10 +0000 (02:47 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 2 May 1996 02:47:10 +0000 (02:47 +0000)
src/ls.c

index a5641d0b4257deec98231378799dfbd0572a30f8..2d8423f7f73a7a07fce5b02393bd679cdc1c3d80 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -1087,7 +1087,7 @@ decode_switches (int argc, char **argv)
   return optind;
 }
 
-/* Parse a string as part of the LS_COLO(U)RS variable; this may involve
+/* Parse a string as part of the LS_COLORS variable; this may involve
    decoding all kinds of escape characters.  If equals_end is set an
    unescaped equal sign ends the string, otherwise only a : or \0
    does.  Returns the number of characters output, or -1 on failure.