Skip to content

Commit

Permalink
mm/vmscan.c: fix spelling error
Browse files Browse the repository at this point in the history
s/noticable/noticeable/

Signed-off-by: Copot Alexandru <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
ketotek authored and torvalds committed Mar 22, 2012
1 parent 9a3c531 commit c7cfa37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c7cfa37

Please sign in to comment.