From 5e36f0ca04f65b70f42ec640dae4ae1a13caf9ba Mon Sep 17 00:00:00 2001 From: Copot Alexandru Date: Wed, 21 Mar 2012 16:34:10 -0700 Subject: [PATCH] --- yaml --- r: 292656 b: refs/heads/master c: c7cfa37b7324a190fc36ff116d79d0f899e8d273 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/mm/vmscan.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5718f7a66a8e..fda9bf07cfb5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a3c531df9462df6cc2b060f749651723ffc180c +refs/heads/master: c7cfa37b7324a190fc36ff116d79d0f899e8d273 diff --git a/trunk/mm/vmscan.c b/trunk/mm/vmscan.c index 57d8ef6ee4dd..440af1d899b9 100644 --- a/trunk/mm/vmscan.c +++ b/trunk/mm/vmscan.c @@ -2261,8 +2261,8 @@ static bool shrink_zones(int priority, struct zonelist *zonelist, * Even though compaction is invoked for any * non-zero order, only frequent costly order * reclamation is disruptive enough to become a - * noticable problem, like transparent huge page - * allocations. + * noticeable problem, like transparent huge + * page allocations. */ if (compaction_ready(zone, sc)) { aborted_reclaim = true;