]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - mm/percpu.c
ext2: fix a typo on comment in ext2/inode.c
[net-next-2.6.git] / mm / percpu.c
index e61dc2cc5873d7d89efc45609a4f4f2a8ae75732..039f51a0dc3f4ec0a655ab472c0dbdd61ff61c30 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.
  *