diff --git a/[refs] b/[refs] index 22ba44dcd275..5db742bb44e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cd635af7f56f40f8c2b25ea8468939a79e4b3b2b +refs/heads/master: 7fa87ce726fa3a2ddd55dc994697dc0e281f9125 diff --git a/trunk/init/main.c b/trunk/init/main.c index ff49a6dacfbb..09273262e500 100644 --- a/trunk/init/main.c +++ b/trunk/init/main.c @@ -449,8 +449,8 @@ void __init __weak thread_info_cache_init(void) static void __init mm_init(void) { /* - * page_cgroup requires countinous pages as memmap - * and it's bigger than MAX_ORDER unless SPARSEMEM. + * page_cgroup requires contiguous pages, + * bigger than MAX_ORDER unless SPARSEMEM. */ page_cgroup_init_flatmem(); mem_init();