summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
diff options
context:
space:
mode:
authorNikanth Karthikesan2010-08-17 12:09:09 +0200
committerJiri Kosina2010-08-18 10:22:24 +0200
commit415b54e37a5d0efa7ff5d4d12285b1e82d574c3e (patch)
tree3a07cb7407061b273b605b6aa96f2cf8c4ae10b2 /mm/vmscan.c
parentFix spelling mistake in jhash (diff)
downloadkernel-qcow2-linux-415b54e37a5d0efa7ff5d4d12285b1e82d574c3e.tar.gz
kernel-qcow2-linux-415b54e37a5d0efa7ff5d4d12285b1e82d574c3e.tar.xz
kernel-qcow2-linux-415b54e37a5d0efa7ff5d4d12285b1e82d574c3e.zip
Fix typo s/contenious/continuous in comment
Fix typo s/contenious/continuous in comment. Signed-off-by: Nikanth Karthikesan <knikanth@suse.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r--mm/vmscan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index ec5ddccbf82e..18fa3d76b3e0 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -79,8 +79,8 @@ struct scan_control {
int order;
/*
- * Intend to reclaim enough contenious memory rather than to reclaim
- * enough amount memory. I.e, it's the mode for high order allocation.
+ * Intend to reclaim enough continuous memory rather than reclaim
+ * enough amount of memory. i.e, mode for high order allocation.
*/
bool lumpy_reclaim_mode;