From 0e65dcde88a73a009696ecdb5d779deea9dff8da Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 13 Jul 2014 17:17:51 +0100 Subject: textual: fix some typos Found with misspell-check version 2.0d. Reference: https://github.com/lyda/misspell-check Signed-off-by: Sami Kerola --- sys-utils/fstrim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/fstrim.c') 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; -- cgit v1.2.3-55-g7522