From: Nikanth Karthikesan Date: Tue, 17 Aug 2010 10:09:09 +0000 (+0530) Subject: Fix typo s/contenious/continuous in comment X-Git-Tag: upstream/snapshot3+hdmi~12681^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=415b54e37a5d0efa7ff5d4d12285b1e82d574c3e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Fix typo s/contenious/continuous in comment Fix typo s/contenious/continuous in comment. Signed-off-by: Nikanth Karthikesan Signed-off-by: Jiri Kosina --- diff --git a/mm/vmscan.c b/mm/vmscan.c index ec5ddcc..18fa3d7 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;