aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-03-18 11:37:28 +0100
committerArnd Bergmann <arnd@arndb.de>2022-04-22 11:08:56 +0200
commitec8f128218753e29b1d86cd683617ad00c9a5072 (patch)
tree9e81b9c85781f68dc78c16c59ad1d09a264c6a5a /arch/arm/mach-omap1
parentARM: OMAP1: clock: Remove noop code (diff)
downloadlinux-dev-ec8f128218753e29b1d86cd683617ad00c9a5072.tar.xz
linux-dev-ec8f128218753e29b1d86cd683617ad00c9a5072.zip
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>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r--arch/arm/mach-omap1/clock_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c
index 9b9c9fcc61c2..165b6a75a59b 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);