mirror of https://gitee.com/openkylin/linux.git
mmzone: correct "pags" to "pages" in comment.
Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
e1ca3c7ac9
commit
8761e31c22
|
@ -450,7 +450,7 @@ struct zone {
|
||||||
*
|
*
|
||||||
* present_pages is physical pages existing within the zone, which
|
* present_pages is physical pages existing within the zone, which
|
||||||
* is calculated as:
|
* is calculated as:
|
||||||
* present_pages = spanned_pages - absent_pages(pags in holes);
|
* present_pages = spanned_pages - absent_pages(pages in holes);
|
||||||
*
|
*
|
||||||
* managed_pages is present pages managed by the buddy system, which
|
* managed_pages is present pages managed by the buddy system, which
|
||||||
* is calculated as (reserved_pages includes pages allocated by the
|
* is calculated as (reserved_pages includes pages allocated by the
|
||||||
|
|
Loading…
Reference in New Issue