diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-11 06:16:57 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-16 12:03:15 -0400 |
commit | 46cd09a7de52cad464d35a75924b79984646288d (patch) | |
tree | 9c87091c048264f08d029bbc14cd3663c564929b /arch | |
parent | 732bee7af3102cad811fb047dee8d15966efe569 (diff) |
fix typos concerning "acquire"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/sleep34xx.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/sleep34xx.S b/arch/arm/mach-omap2/sleep34xx.S index d522cd70bf53..ba53191ae4c5 100644 --- a/arch/arm/mach-omap2/sleep34xx.S +++ b/arch/arm/mach-omap2/sleep34xx.S | |||
@@ -60,7 +60,7 @@ | |||
60 | #define SDRC_DLLA_CTRL_V OMAP34XX_SDRC_REGADDR(SDRC_DLLA_CTRL) | 60 | #define SDRC_DLLA_CTRL_V OMAP34XX_SDRC_REGADDR(SDRC_DLLA_CTRL) |
61 | 61 | ||
62 | .text | 62 | .text |
63 | /* Function to aquire the semaphore in scratchpad */ | 63 | /* Function to acquire the semaphore in scratchpad */ |
64 | ENTRY(lock_scratchpad_sem) | 64 | ENTRY(lock_scratchpad_sem) |
65 | stmfd sp!, {lr} @ save registers on stack | 65 | stmfd sp!, {lr} @ save registers on stack |
66 | wait_sem: | 66 | wait_sem: |