Skip to content

Commit ec8f128

Browse files
JuliaLawallarndb
authored andcommitted
ARM: OMAP1: fix typos in comments
Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Aaro Koskinen <aaro.koskinen@iki.fi> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent e9bdc3d commit ec8f128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-omap1/clock_data.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ int __init omap1_clk_init(void)
811811
omap_readw(ARM_SYSST), omap_readw(DPLL_CTL),
812812
omap_readw(ARM_CKCTL));
813813

814-
/* We want to be in syncronous scalable mode */
814+
/* We want to be in synchronous scalable mode */
815815
omap_writew(0x1000, ARM_SYSST);
816816

817817

0 commit comments

Comments
 (0)