Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pwm: atmel-tcb: 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>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>

authored by

Julia Lawall and committed by
Thierry Reding
f6bc65d3 0829c35d

+1 -1
+1 -1
drivers/pwm/pwm-atmel-tcb.c
··· 304 304 /* 305 305 * Find best clk divisor: 306 306 * 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 308 308 */ 309 309 if (tcbpwmc->gclk) 310 310 i = 1;