From: dylan-meiners Date: Fri, 7 Aug 2020 06:26:29 +0000 (-0700) Subject: mm/vmscan.c: fix typo X-Git-Tag: v5.9-rc1~97^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=238c30468f46b16d7c22df175da11109346e769c;p=thirdparty%2Flinux.git mm/vmscan.c: fix typo Change "optizimation" to "optimization". Signed-off-by: dylan-meiners Signed-off-by: Andrew Morton Reviewed-by: David Hildenbrand Link: http://lkml.kernel.org/r/20200609185144.10049-1-spacct.spacct@gmail.com Signed-off-by: Linus Torvalds --- diff --git a/mm/vmscan.c b/mm/vmscan.c index d4d7cd1d24c1c..dbabf812a28ac 100644 --- a/mm/vmscan.c +++ b/mm/vmscan.c @@ -910,7 +910,7 @@ static int __remove_mapping(struct address_space *mapping, struct page *page, * order to detect refaults, thus thrashing, later on. * * But don't store shadows in an address space that is - * already exiting. This is not just an optizimation, + * already exiting. This is not just an optimization, * inode reclaim needs to empty out the radix tree or * the nodes are lost. Don't plant shadows behind its * back.