From 9e93004171eb0c4c288051b2d7bb37f97a0ae430 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 29 May 2016 23:11:53 +0200 Subject: misc: Fix various typos Fix various typos in error messages, warnings, debug strings, comments and names of static functions. Signed-off-by: Sebastian Rasmussen --- sys-utils/zramctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/zramctl.c') diff --git a/sys-utils/zramctl.c b/sys-utils/zramctl.c index 171380556..853401caf 100644 --- a/sys-utils/zramctl.c +++ b/sys-utils/zramctl.c @@ -216,7 +216,7 @@ static struct sysfs_cxt *zram_get_sysfs(struct zram *z) if (sysfs_init(&z->sysfs, devno, NULL)) return NULL; if (*z->devname != '/') { - /* cannonicalize the device name according to /sys */ + /* canonicalize the device name according to /sys */ char name[PATH_MAX]; if (sysfs_get_devname(&z->sysfs, name, sizeof(name))) snprintf(z->devname, sizeof(z->devname), "/dev/%s", name); -- cgit v1.2.3-55-g7522