diff options
author | Ivan Sichmann Freitas <ivansichfreitas@gmail.com> | 2011-05-21 10:39:48 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-05-21 10:39:48 +0200 |
commit | 485a454576b3dd8c60994532e45135466e75a870 (patch) | |
tree | 867200bf1cc4e4a59a10cb2b83dfc904d81f42e4 /src | |
parent | cb4a0e31e282924f86046557980a2b5e16111ddd (diff) | |
download | coreutils-485a454576b3dd8c60994532e45135466e75a870.tar.xz |
maint: fix comment typos in df.c
* src/df.c: s/Optain/Obtain/
Diffstat (limited to 'src')
-rw-r--r-- | src/df.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -241,7 +241,7 @@ print_table (void) IF_LINT (free (table)); } -/* Optain the appropriate header entries. */ +/* Obtain the appropriate header entries. */ static void get_header (void) @@ -417,7 +417,7 @@ add_uint_with_neg_flag (uintmax_t *dest, bool *dest_neg, *dest = -*dest; } -/* Optain a space listing for the disk device with absolute file name DISK. +/* Obtain a space listing for the disk device with absolute file name DISK. If MOUNT_POINT is non-NULL, it is the name of the root of the file system on DISK. If STAT_FILE is non-null, it is the name of a file within the file |