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 2d5c0b74e..175717114 100644
--- a/sys-utils/fstrim.c
+++ b/sys-utils/fstrim.c
@@ -303,7 +303,7 @@ static int fstrim_all(struct fstrim_control *ctl)
/*
* We're able to detect that the device supports discard, but
* things also depend on filesystem or device mapping, for
- * example vfat or LUKS (by default) does not support FSTRIM.
+ * example LUKS (by default) does not support FSTRIM.
*
* This is reason why we ignore EOPNOTSUPP and ENOTTY errors
* from discard ioctl.