diff options
author | Wanpeng Li <liwp@linux.vnet.ibm.com> | 2012-06-15 04:52:29 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-28 05:56:12 -0400 |
commit | 46028e6d10cbf9ccd5fb49aa0c23a430f314144c (patch) | |
tree | 610ff4319244c09bb7f905321f76cc3093506709 /include/linux/mmzone.h | |
parent | be7bd59db71dfb6dc011c9880fec5a659430003a (diff) |
mm: cleanup on the comments of zone_reclaim_stat
Signed-off-by: Wanpeng Li <liwp.linux@gmail.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 4871e31ae277..54631776dff2 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -316,7 +316,7 @@ enum zone_type { | |||
316 | struct zone_reclaim_stat { | 316 | struct zone_reclaim_stat { |
317 | /* | 317 | /* |
318 | * The pageout code in vmscan.c keeps track of how many of the | 318 | * The pageout code in vmscan.c keeps track of how many of the |
319 | * mem/swap backed and file backed pages are refeferenced. | 319 | * mem/swap backed and file backed pages are referenced. |
320 | * The higher the rotated/scanned ratio, the more valuable | 320 | * The higher the rotated/scanned ratio, the more valuable |
321 | * that cache is. | 321 | * that cache is. |
322 | * | 322 | * |