]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
hwmon: (sl28cpld) Fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:47 +0000 (13:10 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 22 May 2022 18:32:32 +0000 (11:32 -0700)
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220521111145.81697-37-Julia.Lawall@inria.fr
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sl28cpld-hwmon.c

index e2fc60bf40bd11c70bc8e2543969657a1cf8b0d8..9ce4899a81a55c4df18030ae16f57b41b6a3a449 100644 (file)
@@ -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;