fix a typo on comments in mm/percpu.c
authorNamhyung Kim <namhyung@gmail.com>
Wed, 11 Aug 2010 02:24:10 +0000 (11:24 +0900)
committerJiri Kosina <jkosina@suse.cz>
Wed, 11 Aug 2010 07:30:56 +0000 (09:30 +0200)
'eqaul' should be 'equal'.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/percpu.c

index e61dc2c..039f51a 100644 (file)
@@ -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.
  *