aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-23 20:32:09 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-23 20:32:09 +0000
commitb80bdec29037155df3cda15949b812b9299fdab6 (patch)
tree68208146cb391cdc03aaaa89c63f4cdecf70255a /coreutils/ls.c
parent85c4e72ec3a999d9ba8641b6f141c43621d9ea2b (diff)
downloadbusybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.gz
busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.bz2
busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.zip
Patch from larry to fix some grammar errors.
git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r--coreutils/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index c13b225fa..ec8e216fa 100644
--- a/coreutils/ls.c
+++ b/coreutils/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