From: Julia Lawall Date: Fri, 18 Mar 2022 10:37:28 +0000 (+0100) Subject: ARM: OMAP1: fix typos in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ec8f128218753e29b1d86cd683617ad00c9a5072;p=linux.git ARM: OMAP1: fix typos in comments Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Reviewed-by: Aaro Koskinen Acked-by: Tony Lindgren Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c index 9b9c9fcc61c28..165b6a75a59b7 100644 --- a/arch/arm/mach-omap1/clock_data.c +++ b/arch/arm/mach-omap1/clock_data.c @@ -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);