All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trivial: fix a typo on comments in mm/percpu.c
@ 2010-08-11  2:24 Namhyung Kim
  2010-08-11  7:31 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2010-08-11  2:24 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

'eqaul' should be 'equal'.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
---
 mm/percpu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/percpu.c b/mm/percpu.c
index 5e78131..3ec4dc9 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -31,7 +31,7 @@
  * as small as 4 bytes.  The allocator organizes chunks into lists
  * according to free size and tries to allocate from the fullest one.
  * Each chunk keeps the maximum contiguous area size hint which is
- * guaranteed to be eqaul to or larger than the maximum contiguous
+ * guaranteed to be equal to or larger than the maximum contiguous
  * area in the chunk.  This helps the allocator not to iterate the
  * chunk maps unnecessarily.
  *
-- 
1.7.0.4


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

end of thread, other threads:[~2010-08-11  7:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-11  2:24 [PATCH] trivial: fix a typo on comments in mm/percpu.c Namhyung Kim
2010-08-11  7:31 ` Jiri Kosina

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.