All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]Fix typo in percpu.h
@ 2010-04-19 18:51 Justin P. Mattock
  2010-04-20 14:38 ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Justin P. Mattock @ 2010-04-19 18:51 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

Fix a typo in arch/x86/include/asm/percpu.h

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 arch/x86/include/asm/percpu.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/include/asm/percpu.h b/arch/x86/include/asm/percpu.h
index 66a272d..9899afa 100644
--- a/arch/x86/include/asm/percpu.h
+++ b/arch/x86/include/asm/percpu.h
@@ -105,7 +105,7 @@ do {							\
 
 /*
  * Generate a percpu add to memory instruction and optimize code
- * if a one is added or subtracted.
+ * if one is added or subtracted.
  */
 #define percpu_add_op(var, val)						\
 do {									\
-- 
1.6.5.GIT


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-20 17:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19 18:51 [PATCH]Fix typo in percpu.h Justin P. Mattock
2010-04-20 14:38 ` Jiri Kosina
2010-04-20 17:14   ` Justin P. Mattock

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.