X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=mm%2Fpercpu.c;h=efe816856a9d777b284f8bf25cc7548154f374d6;hb=28cb6ccd2c7e86b3a4db94c7062cd27937bed424;hp=6fc9015534f85520458adeba616a5c71e113dd17;hpb=8b66a16f25f819bb1f132f075c5c01a288776cf8;p=net-next-2.6.git diff --git a/mm/percpu.c b/mm/percpu.c index 6fc9015534f..efe816856a9 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. *