From: Karel Zak Date: Mon, 29 Nov 2010 12:09:16 +0000 (+0100) Subject: fstrim: fix typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d61a457984bfd8aab983bbe02b8b7ee4ad18a7;p=util-linux fstrim: fix typo Reported-by: Jeroen Oortwijn Signed-off-by: Karel Zak --- 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