summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/fstrim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fstrim.c b/sys-utils/fstrim.c
index fd83d3111..808ff0334 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>