diff options
| author | dylan-meiners <[email protected]> | 2020-08-07 06:26:29 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-08-07 18:33:29 +0000 |
| commit | 238c30468f46b16d7c22df175da11109346e769c (patch) | |
| tree | 3635c079bbba257e056fa26c00e996c49453ae24 | |
| parent | khugepaged: khugepaged_test_exit() check mmget_still_valid() (diff) | |
| download | kernel-238c30468f46b16d7c22df175da11109346e769c.tar.gz kernel-238c30468f46b16d7c22df175da11109346e769c.zip | |
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]>
| -rw-r--r-- | mm/vmscan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c index d4d7cd1d24c1..dbabf812a28a 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. |
