]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
fix typos concerning "acquire"
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 11 Jun 2010 10:16:57 +0000 (12:16 +0200)
committerJiri Kosina <jkosina@suse.cz>
Wed, 16 Jun 2010 16:03:15 +0000 (18:03 +0200)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arm/mach-omap2/sleep34xx.S
include/linux/lru_cache.h

index d522cd70bf53485d0a3af2453845777e3a89edd7..ba53191ae4c55bfdaf4515f4edd0a9ca67bce4b9 100644 (file)
@@ -60,7 +60,7 @@
 #define SDRC_DLLA_CTRL_V       OMAP34XX_SDRC_REGADDR(SDRC_DLLA_CTRL)
 
         .text
-/* Function to aquire the semaphore in scratchpad */
+/* Function to acquire the semaphore in scratchpad */
 ENTRY(lock_scratchpad_sem)
        stmfd   sp!, {lr}       @ save registers on stack
 wait_sem:
index de48d167568be60bdfa255d991efc68115169367..78fbf24f357a1efbe56ee567d0d58696cfabc88e 100644 (file)
@@ -262,7 +262,7 @@ extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char
  * @lc: the lru cache to operate on
  *
  * Note that the reference counts and order on the active and lru lists may
- * still change.  Returns true if we aquired the lock.
+ * still change.  Returns true if we acquired the lock.
  */
 static inline int lc_try_lock(struct lru_cache *lc)
 {