linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/vmscan.c: Fix typo in comment
@ 2019-11-11 15:32 Xianting Tian
  0 siblings, 0 replies; only message in thread
From: Xianting Tian @ 2019-11-11 15:32 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel

Fix the typo "resheduled" -> "rescheduled" in comment

Signed-off-by: Xianting Tian <xianting_tian@126.com>
---
 mm/vmscan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index ee4eecc..ece8dbc 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -1820,7 +1820,7 @@ int isolate_lru_page(struct page *page)
 
 /*
  * A direct reclaimer may isolate SWAP_CLUSTER_MAX pages from the LRU list and
- * then get resheduled. When there are massive number of tasks doing page
+ * then get rescheduled. When there are massive number of tasks doing page
  * allocation, such sleeping direct reclaimers may keep piling up on each CPU,
  * the LRU list will go small and be scanned faster than necessary, leading to
  * unnecessary swapping, thrashing and OOM.
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-11 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-11 15:32 [PATCH] mm/vmscan.c: Fix typo in comment Xianting Tian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).