diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-12 00:56:57 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-20 10:35:24 +0200 |
commit | 260db9028279beb0c5f0c6661b539a545959c7c7 (patch) | |
tree | 728bd95764fb3a237fe02d914f106ea562cea5f0 /arch/arm/mach-omap2/omap-mpuss-lowpower.c | |
parent | b631cf1f899f9d2e449884dbccc34940637c639f (diff) | |
download | talos-obmc-linux-260db9028279beb0c5f0c6661b539a545959c7c7.tar.gz talos-obmc-linux-260db9028279beb0c5f0c6661b539a545959c7c7.zip |
mach-omap2: Fix typo in debug message and comment
Correcting spelling typo in mach-omap2
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/mach-omap2/omap-mpuss-lowpower.c')
-rw-r--r-- | arch/arm/mach-omap2/omap-mpuss-lowpower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-mpuss-lowpower.c b/arch/arm/mach-omap2/omap-mpuss-lowpower.c index 13670aa84e58..7787eb8443a3 100644 --- a/arch/arm/mach-omap2/omap-mpuss-lowpower.c +++ b/arch/arm/mach-omap2/omap-mpuss-lowpower.c @@ -313,7 +313,7 @@ int __cpuinit omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state) scu_pwrst_prepare(cpu, power_state); /* - * CPU never retuns back if targetted power state is OFF mode. + * CPU never retuns back if targeted power state is OFF mode. * CPU ONLINE follows normal CPU ONLINE ptah via * omap_secondary_startup(). */ |