Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7cfa37b authored by Copot Alexandru's avatar Copot Alexandru Committed by Linus Torvalds
Browse files

mm/vmscan.c: fix spelling error



s/noticable/noticeable/

Signed-off-by: default avatarCopot Alexandru <alex.mihai.c@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9a3c531d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;