* [PATCH] mm/kmemleak.c: fix a comment
@ 2022-11-14 17:14 Yixuan Cao
0 siblings, 0 replies; only message in thread
From: Yixuan Cao @ 2022-11-14 17:14 UTC (permalink / raw)
To: akpm; +Cc: catalin.marinas, linux-mm, linux-kernel, yuhongf, Yixuan Cao
I noticed a typo in a code comment and I fixed it.
Signed-off-by: Yixuan Cao <caoyixuan2019@email.szu.edu.cn>
---
mm/kmemleak.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index 203d9007295d..92f670edbf51 100644
--- a/mm/kmemleak.c
+++ b/mm/kmemleak.c
@@ -1470,7 +1470,7 @@ static void scan_gray_list(void)
}
/*
- * Conditionally call resched() in a object iteration loop while making sure
+ * Conditionally call resched() in an object iteration loop while making sure
* that the given object won't go away without RCU read lock by performing a
* get_object() if !pinned.
*
--
2.25.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-14 17:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-14 17:14 [PATCH] mm/kmemleak.c: fix a comment Yixuan Cao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox