diff options
author | Karel Zak <kzak@redhat.com> | 2010-11-29 13:09:16 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-11-29 13:09:16 +0100 |
commit | e3d61a457984bfd8aab983bbe02b8b7ee4ad18a7 (patch) | |
tree | 3ae98f58e1fb5437afd26728bf72961c8cd48a38 /sys-utils | |
parent | 2a7f8a8b7b8a8c7d13904a496bf46519084ef883 (diff) | |
download | util-linux-old-e3d61a457984bfd8aab983bbe02b8b7ee4ad18a7.tar.gz |
fstrim: fix typo
Reported-by: Jeroen Oortwijn <oortwijn@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r-- | sys-utils/fstrim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c index fd83d311..808ff033 100644 --- a/sys-utils/fstrim.c +++ b/sys-utils/fstrim.c @@ -21,7 +21,7 @@ * * This program uses FITRIM ioctl to discard parts or the whole filesystem * online (mounted). You can specify range (start and length) to be - * discarded, or simply discard while filesystem. + * discarded, or simply discard whole filesystem. */ #include <string.h> |