summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-10-15 15:15:56 +0100
committerPádraig Brady <P@draigBrady.com>2015-12-14 13:36:23 +0000
commitc609cd960d5cc309fe32ab315efe8dde79504d14 (patch)
tree8a214426f298e7b72bd558130a4c8483b14356cb /src/df.c
parent5f87f1ac1cb2ef44aac4284d8103e7556597a842 (diff)
downloadcoreutils-c609cd960d5cc309fe32ab315efe8dde79504d14.tar.xz
maint: fix incorrect spellings etc
* NEWS: Use a standard version specification. * doc/coreutils.texi: Fix incorrect grammar. * src/df.c: Update a stale comment. * src/copy.c: Fix incorrect spellings. * src/factor.c: Likewise. * src/ls.c: Likewise. * src/pr.c: Likewise. * src/relpath.c: Likewise. * src/shred.c: Likewise. * src/sort.c: Likewise. * src/split.c: Likewise. * src/stdbuf.c: Likewise. * tests/misc/seq-precision.sh: Likewise.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index 250a570b4..c1c1e6831 100644
--- a/src/df.c
+++ b/src/df.c
@@ -15,7 +15,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>.
- --human-readable and --megabyte options added by lm@sgi.com.
+ --human-readable option added by lm@sgi.com.
--si and large file support added by eggert@twinsun.com. */
#include <config.h>