Commit 46cd09a7de52cad464d35a75924b79984646288d

Authored by Uwe Kleine-König
Committed by Jiri Kosina
1 parent 732bee7af3

fix typos concerning "acquire"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

arch/arm/mach-omap2/sleep34xx.S
... ... @@ -60,7 +60,7 @@
60 60 #define SDRC_DLLA_CTRL_V OMAP34XX_SDRC_REGADDR(SDRC_DLLA_CTRL)
61 61  
62 62 .text
63   -/* Function to aquire the semaphore in scratchpad */
  63 +/* Function to acquire the semaphore in scratchpad */
64 64 ENTRY(lock_scratchpad_sem)
65 65 stmfd sp!, {lr} @ save registers on stack
66 66 wait_sem:
include/linux/lru_cache.h
... ... @@ -262,7 +262,7 @@
262 262 * @lc: the lru cache to operate on
263 263 *
264 264 * Note that the reference counts and order on the active and lru lists may
265   - * still change. Returns true if we aquired the lock.
  265 + * still change. Returns true if we acquired the lock.
266 266 */
267 267 static inline int lc_try_lock(struct lru_cache *lc)
268 268 {