From: Copot Alexandru Date: Wed, 21 Mar 2012 23:34:10 +0000 (-0700) Subject: mm/vmscan.c: fix spelling error X-Git-Tag: firefly_0821_release~3680^2~3319^2~40 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c7cfa37b7324a190fc36ff116d79d0f899e8d273;p=firefly-linux-kernel-4.4.55.git mm/vmscan.c: fix spelling error s/noticable/noticeable/ Signed-off-by: Copot Alexandru Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/vmscan.c b/mm/vmscan.c index 57d8ef6ee4dd..440af1d899b9 100644 --- a/mm/vmscan.c +++ b/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;