diff options
| author | Julia Lawall <[email protected]> | 2022-05-21 13:10:47 +0200 |
|---|---|---|
| committer | Guenter Roeck <[email protected]> | 2022-05-22 11:32:32 -0700 |
| commit | 5ab312b3a8fef467e807e8d7672e65cabe2376fd (patch) | |
| tree | dedd3c10989f7737d7cba40af7212d7b1fe43c5d | |
| parent | d1baf7a3a3177d46a7149858beddb88a9eca7a54 (diff) | |
hwmon: (sl28cpld) Fix typo in comment
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
| -rw-r--r-- | drivers/hwmon/sl28cpld-hwmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/sl28cpld-hwmon.c b/drivers/hwmon/sl28cpld-hwmon.c index e2fc60bf40bd..9ce4899a81a5 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; |