浏览代码

Fix comment typo for init_cma_reserved_pageblock

It seems the "it's" should be "its" here.

Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Li Zhong 12 年之前
父节点
当前提交
9cf510a58c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mm/page_alloc.c

+ 1 - 1
mm/page_alloc.c

@@ -768,7 +768,7 @@ void __init __free_pages_bootmem(struct page *page, unsigned int order)
 }
 }
 
 
 #ifdef CONFIG_CMA
 #ifdef CONFIG_CMA
-/* Free whole pageblock and set it's migration type to MIGRATE_CMA. */
+/* Free whole pageblock and set its migration type to MIGRATE_CMA. */
 void __init init_cma_reserved_pageblock(struct page *page)
 void __init init_cma_reserved_pageblock(struct page *page)
 {
 {
 	unsigned i = pageblock_nr_pages;
 	unsigned i = pageblock_nr_pages;