summaryrefslogtreecommitdiffstats
path: root/sys-utils/fstrim.c
diff options
context:
space:
mode:
authorSami Kerola2014-07-13 18:17:51 +0200
committerSami Kerola2014-07-13 18:21:02 +0200
commit0e65dcde88a73a009696ecdb5d779deea9dff8da (patch)
tree5cd5b8c685e7db69d71ced005c4ed597182acafc /sys-utils/fstrim.c
parentbuild-sys: release++ (v2.25-rc2) (diff)
downloadkernel-qcow2-util-linux-0e65dcde88a73a009696ecdb5d779deea9dff8da.tar.gz
kernel-qcow2-util-linux-0e65dcde88a73a009696ecdb5d779deea9dff8da.tar.xz
kernel-qcow2-util-linux-0e65dcde88a73a009696ecdb5d779deea9dff8da.zip
textual: fix some typos
Found with misspell-check version 2.0d. Reference: https://github.com/lyda/misspell-check Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/fstrim.c')
-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 c51c7a804..d52d83194 100644
--- a/sys-utils/fstrim.c
+++ b/sys-utils/fstrim.c
@@ -118,7 +118,7 @@ static int has_discard(const char *devname, struct sysfs_cxt *wholedisk)
* This is tricky to read the info from sys/, because the queue
* atrributes are provided for whole devices (disk) only. We're trying
* to reuse the whole-disk sysfs context to optimize this stuff (as
- * system usualy have just one disk only).
+ * system usually have just one disk only).
*/
if (sysfs_devno_to_wholedisk(dev, NULL, 0, &disk) || !disk)
return 1;