projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe98f9
)
mm/vmscan.c: fix typo
author
dylan-meiners
<spacct.spacct@gmail.com>
Fri, 7 Aug 2020 06:26:29 +0000
(23:26 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 7 Aug 2020 18:33:29 +0000
(11:33 -0700)
Change "optizimation" to "optimization".
Signed-off-by: dylan-meiners <spacct.spacct@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Link:
http://lkml.kernel.org/r/20200609185144.10049-1-spacct.spacct@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c
patch
|
blob
|
history
diff --git
a/mm/vmscan.c
b/mm/vmscan.c
index d4d7cd1d24c1ca5de34b323a4f60bc0cf04cd462..dbabf812a28ac251a1f97ddf8fbdd247092fac9e 100644
(file)
--- 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 opti
zim
ation,
+ * already exiting. This is not just an opti
miz
ation,
* inode reclaim needs to empty out the radix tree or
* the nodes are lost. Don't plant shadows behind its
* back.