Skip to content

Commit 238c304

Browse files
dylan-meinerstorvalds
authored andcommitted
mm/vmscan.c: fix typo
Change "optizimation" to "optimization". Signed-off-by: dylan-meiners <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent bbe98f9 commit 238c304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/vmscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ static int __remove_mapping(struct address_space *mapping, struct page *page,
910910
* order to detect refaults, thus thrashing, later on.
911911
*
912912
* But don't store shadows in an address space that is
913-
* already exiting. This is not just an optizimation,
913+
* already exiting. This is not just an optimization,
914914
* inode reclaim needs to empty out the radix tree or
915915
* the nodes are lost. Don't plant shadows behind its
916916
* back.

0 commit comments

Comments
 (0)