Fix typo s/contenious/continuous in comment
authorNikanth Karthikesan <knikanth@suse.de>
Tue, 17 Aug 2010 10:09:09 +0000 (15:39 +0530)
committerJiri Kosina <jkosina@suse.cz>
Wed, 18 Aug 2010 08:22:24 +0000 (10:22 +0200)
Fix typo s/contenious/continuous in comment.

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
mm/vmscan.c

index ec5ddcc..18fa3d7 100644 (file)
@@ -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;