dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Copot Alexandru 2012-03-21 16:34:10 -07:00 committed by Linus Torvalds
parent 9a3c531df9
commit c7cfa37b73
1 changed files with 2 additions and 2 deletions

View File

@ -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;