ARM: OMAP1: fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Fri, 18 Mar 2022 10:37:28 +0000 (11:37 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Apr 2022 09:08:56 +0000 (11:08 +0200)
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>
arch/arm/mach-omap1/clock_data.c

index 9b9c9fc..165b6a7 100644 (file)
@@ -811,7 +811,7 @@ int __init omap1_clk_init(void)
                omap_readw(ARM_SYSST), omap_readw(DPLL_CTL),
                omap_readw(ARM_CKCTL));
 
-       /* We want to be in syncronous scalable mode */
+       /* We want to be in synchronous scalable mode */
        omap_writew(0x1000, ARM_SYSST);