From: Cody P Schafer Date: Tue, 26 Mar 2013 17:30:44 +0000 (-0700) Subject: mmzone: correct "pags" to "pages" in comment. X-Git-Tag: firefly_0821_release~3680^2~631^2~15 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8761e31c227f9751327196f170eba2b519eab48f;p=firefly-linux-kernel-4.4.55.git mmzone: correct "pags" to "pages" in comment. Signed-off-by: Cody P Schafer Signed-off-by: Jiri Kosina --- diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index ede274957e05..2570216b844a 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -450,7 +450,7 @@ struct zone { * * present_pages is physical pages existing within the zone, which * 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 * is calculated as (reserved_pages includes pages allocated by the