aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls.c')
-rw-r--r--ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ls.c b/ls.c
index c13b225fa..ec8e216fa 100644
--- a/ls.c
+++ b/ls.c
@@ -21,7 +21,7 @@
21/* 21/*
22 * To achieve a small memory footprint, this version of 'ls' doesn't do any 22 * To achieve a small memory footprint, this version of 'ls' doesn't do any
23 * file sorting, and only has the most essential command line switches 23 * file sorting, and only has the most essential command line switches
24 * (i.e. the ones I couldn't live without :-) All features which involve 24 * (i.e., the ones I couldn't live without :-) All features which involve
25 * linking in substantial chunks of libc can be disabled. 25 * linking in substantial chunks of libc can be disabled.
26 * 26 *
27 * Although I don't really want to add new features to this program to 27 * Although I don't really want to add new features to this program to