From: Yixuan Cao Date: Mon, 14 Nov 2022 17:14:26 +0000 (+0800) Subject: mm/kmemleak.c: fix a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=25e9fa22fbfec1e58c955d2670bf9a18f4ebe9ef;p=linux.git mm/kmemleak.c: fix a comment I noticed a typo in a code comment and I fixed it. Link: https://lkml.kernel.org/r/20221114171426.91745-1-caoyixuan2019@email.szu.edu.cn Signed-off-by: Yixuan Cao Signed-off-by: Andrew Morton --- diff --git a/mm/kmemleak.c b/mm/kmemleak.c index 646e2979641fb..2673329043545 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c @@ -1461,7 +1461,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. *