From: Jim Meyering Date: Sun, 22 Apr 2001 21:35:11 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: FILEUTILS-4_0_45~5 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fae5972a38428ef2b8c0afb4d03f74816a7efdee;p=thirdparty%2Fcoreutils.git fix typo in comment --- diff --git a/src/ls.c b/src/ls.c index 230ae7e904..efc5611bcb 100644 --- a/src/ls.c +++ b/src/ls.c @@ -1269,7 +1269,7 @@ Use `--si' for the old meaning.")); break; case '1': - /* -1 has no effect after --l. */ + /* -1 has no effect after -l. */ if (format != long_format) format = one_per_line; break;