Skip to content

Commit f6bc65d

Browse files
JuliaLawallthierryreding
authored andcommitted
pwm: atmel-tcb: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <[email protected]> Acked-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 0829c35 commit f6bc65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pwm/pwm-atmel-tcb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ static int atmel_tcb_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm,
304304
/*
305305
* Find best clk divisor:
306306
* the smallest divisor which can fulfill the period_ns requirements.
307-
* If there is a gclk, the first divisor is actuallly the gclk selector
307+
* If there is a gclk, the first divisor is actually the gclk selector
308308
*/
309309
if (tcbpwmc->gclk)
310310
i = 1;

0 commit comments

Comments
 (0)