All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: trivial@kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 03/10] trivial: fix typos concerning "acquire"
Date: Fri, 11 Jun 2010 12:16:57 +0200	[thread overview]
Message-ID: <1276251424-12806-3-git-send-email-u.kleine-koenig@pengutronix.de> (raw)
In-Reply-To: <20100611101624.GD10894@pengutronix.de>

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 arch/arm/mach-omap2/sleep34xx.S |    2 +-
 include/linux/lru_cache.h       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/sleep34xx.S b/arch/arm/mach-omap2/sleep34xx.S
index d522cd7..ba53191 100644
--- a/arch/arm/mach-omap2/sleep34xx.S
+++ b/arch/arm/mach-omap2/sleep34xx.S
@@ -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:
diff --git a/include/linux/lru_cache.h b/include/linux/lru_cache.h
index de48d16..78fbf24 100644
--- a/include/linux/lru_cache.h
+++ b/include/linux/lru_cache.h
@@ -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)
 {
-- 
1.7.1


  parent reply	other threads:[~2010-06-11 10:17 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03 16:57 [PATCH] trivial: fix typos concerning "initiali[zs]e" Uwe Kleine-König
2010-05-11  8:17 ` Jiri Kosina
2010-06-11 10:16   ` [PATCH 00/10] refreshed trivial patches (Was: [PATCH] trivial: fix typos concerning "initiali[zs]e") Uwe Kleine-König
2010-06-11 10:16     ` [PATCH 01/10] trivial: fix typos concerning "first" Uwe Kleine-König
2010-06-11 10:16     ` [PATCH 02/10] trivial: fix typos concerning "instead" Uwe Kleine-König
2010-06-11 10:16     ` Uwe Kleine-König [this message]
2010-06-11 10:16     ` [PATCH 04/10] trivial: fix typos concerning "associate" Uwe Kleine-König
2010-06-11 10:16     ` [PATCH 05/10] trivial: fix typos concerning "hierarchy" Uwe Kleine-König
2010-06-11 10:17     ` [PATCH 06/10] trivial: fix typos concerning "initiali[zs]e" Uwe Kleine-König
2010-06-17  7:39       ` [PATCH 06/10 v2] " Uwe Kleine-König
2010-06-11 10:17     ` [PATCH 07/10] trivial: fix typos concerning "management" Uwe Kleine-König
2010-06-11 10:17     ` [PATCH 08/10] trivial: fix typos concerning "precedence" Uwe Kleine-König
2010-06-16 16:04       ` Jiri Kosina
2010-06-17  5:06         ` Uwe Kleine-König
2010-06-17  9:19           ` Jiri Kosina
2010-06-16 16:20       ` Nick Bowler
2010-06-16 16:49       ` David Daney
2010-06-17  7:42       ` [PATCH 08/10 v2] " Uwe Kleine-König
2010-06-11 10:17     ` [PATCH 09/10] staging/trivial: fix typos concerning "initiali[zs]e" Uwe Kleine-König
2010-06-11 10:17     ` [PATCH 10/10] staging/trivial: fix typos concerning "management" Uwe Kleine-König
2010-06-16 16:07     ` [PATCH 00/10] refreshed trivial patches (Was: [PATCH] trivial: fix typos concerning "initiali[zs]e") Jiri Kosina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1276251424-12806-3-git-send-email-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.