]> err.no Git - util-linux/commitdiff
fstrim: fix typo
authorKarel Zak <kzak@redhat.com>
Mon, 29 Nov 2010 12:09:16 +0000 (13:09 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 29 Nov 2010 12:09:16 +0000 (13:09 +0100)
Reported-by: Jeroen Oortwijn <oortwijn@gmail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/fstrim.c

index fd83d3111791fb1bec778c5cd3b598262df65e51..808ff0334dfc3a539611b1548ccc7e16a8863bb4 100644 (file)
@@ -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>