diff options
author | Copot Alexandru <alex.mihai.c@gmail.com> | 2012-03-21 19:34:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-21 20:54:59 -0400 |
commit | c7cfa37b7324a190fc36ff116d79d0f899e8d273 (patch) | |
tree | 391cf185d299ee0aa892fa59be8910d6f3531356 /mm | |
parent | 9a3c531df9462df6cc2b060f749651723ffc180c (diff) |
mm/vmscan.c: fix spelling error
s/noticable/noticeable/
Signed-off-by: Copot Alexandru <alex.mihai.c@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/vmscan.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, | |||
2261 | * Even though compaction is invoked for any | 2261 | * Even though compaction is invoked for any |
2262 | * non-zero order, only frequent costly order | 2262 | * non-zero order, only frequent costly order |
2263 | * reclamation is disruptive enough to become a | 2263 | * reclamation is disruptive enough to become a |
2264 | * noticable problem, like transparent huge page | 2264 | * noticeable problem, like transparent huge |
2265 | * allocations. | 2265 | * page allocations. |
2266 | */ | 2266 | */ |
2267 | if (compaction_ready(zone, sc)) { | 2267 | if (compaction_ready(zone, sc)) { |
2268 | aborted_reclaim = true; | 2268 | aborted_reclaim = true; |