From 77d9268892b0d9624ab95bb551cbfe7a745d2666 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 23 May 2001 20:32:09 +0000 Subject: Patch from larry to fix some grammar errors. --- coreutils/date.c | 2 +- coreutils/ls.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils') diff --git a/coreutils/date.c b/coreutils/date.c index 93b078b45..6db3e2838 100644 --- a/coreutils/date.c +++ b/coreutils/date.c @@ -199,7 +199,7 @@ int date_main(int argc, char **argv) date_conv_time(&tm_time, date_str); } - /* Correct any day of week and day of year etc fields */ + /* Correct any day of week and day of year etc. fields */ tm = mktime(&tm_time); if (tm < 0) error_msg_and_die(invalid_date, date_str); 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 @@ /* * To achieve a small memory footprint, this version of 'ls' doesn't do any * file sorting, and only has the most essential command line switches - * (i.e. the ones I couldn't live without :-) All features which involve + * (i.e., the ones I couldn't live without :-) All features which involve * linking in substantial chunks of libc can be disabled. * * Although I don't really want to add new features to this program to -- cgit v1.2.3