From: Julia Lawall Date: Sat, 21 May 2022 11:10:47 +0000 (+0200) Subject: hwmon: (sl28cpld) Fix typo in comment X-Git-Tag: v5.19-rc1~191^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ab312b3a8fef467e807e8d7672e65cabe2376fd;p=thirdparty%2Flinux.git hwmon: (sl28cpld) Fix typo in comment Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Link: https://lore.kernel.org/r/20220521111145.81697-37-Julia.Lawall@inria.fr Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/sl28cpld-hwmon.c b/drivers/hwmon/sl28cpld-hwmon.c index e2fc60bf40bd1..9ce4899a81a55 100644 --- a/drivers/hwmon/sl28cpld-hwmon.c +++ b/drivers/hwmon/sl28cpld-hwmon.c @@ -54,7 +54,7 @@ static int sl28cpld_hwmon_read(struct device *dev, /* * The counter period is 1000ms and the sysfs specification - * says we should asssume 2 pulses per revolution. + * says we should assume 2 pulses per revolution. */ value *= 60 / 2;