X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fsparse.c;h=aa64b12831a24b8c831878b1ea8b66c2553a619e;hb=02e5fbf622aabf68bdc02282a17a3aeed054237a;hp=93250207c5cf94f9ad58a528299a23390cc84ff5;hpb=0bc0be7f20efea664b7c4c1d0b1822bc8f53a8b4;p=pandora-kernel.git diff --git a/mm/sparse.c b/mm/sparse.c index 93250207c5cf..aa64b12831a2 100644 --- a/mm/sparse.c +++ b/mm/sparse.c @@ -500,7 +500,7 @@ void __init sparse_init(void) * so alloc 2M (with 2M align) and 24 bytes in turn will * make next 2M slip to one more 2M later. * then in big system, the memory will have a lot of holes... - * here try to allocate 2M pages continously. + * here try to allocate 2M pages continuously. * * powerpc need to call sparse_init_one_section right after each * sparse_early_mem_map_alloc, so allocate usemap_map at first.