From 6240b943ee829301c7da2da18c9b78faa08abde4 Mon Sep 17 00:00:00 2001 From: Nikanth Karthikesan Date: Tue, 17 Aug 2010 15:39:09 +0530 Subject: [PATCH] --- yaml --- r: 215999 b: refs/heads/master c: 415b54e37a5d0efa7ff5d4d12285b1e82d574c3e h: refs/heads/master i: 215997: 53804c5c482ff093bda52eb4b53a2a840ae60b1b 215995: d89af4d1d601acfc9afc0b7339b36ac0103d6c14 215991: de1619d8e7bf1c8d4dab5d381a0d022b8f4c4675 215983: 10fa695f1f09c878a008d8bce0c857a1d919d373 215967: 06bd3bdea05330f7fc7a35d824e31f99726b114b 215935: 497a1c2ca90ac25373b0fe63f5ec5a0e67e6b1be v: v3 --- [refs] | 2 +- trunk/mm/vmscan.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 69bd020a9949..5c5cd098a6ca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3d529946ce292336793b85198bd59afc75e16bd4 +refs/heads/master: 415b54e37a5d0efa7ff5d4d12285b1e82d574c3e diff --git a/trunk/mm/vmscan.c b/trunk/mm/vmscan.c index ec5ddccbf82e..18fa3d76b3e0 100644 --- a/trunk/mm/vmscan.c +++ b/trunk/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;