Skip to content

Commit 5ab312b

Browse files
JuliaLawallgroeck
authored andcommitted
hwmon: (sl28cpld) Fix typo in comment
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>
1 parent d1baf7a commit 5ab312b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hwmon/sl28cpld-hwmon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static int sl28cpld_hwmon_read(struct device *dev,
5454

5555
/*
5656
* The counter period is 1000ms and the sysfs specification
57-
* says we should asssume 2 pulses per revolution.
57+
* says we should assume 2 pulses per revolution.
5858
*/
5959
value *= 60 / 2;
6060

0 commit comments

Comments
 (0)