mm/kmemleak.c: fix a comment
authorYixuan Cao <caoyixuan2019@email.szu.edu.cn>
Mon, 14 Nov 2022 17:14:26 +0000 (01:14 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 30 Nov 2022 23:58:54 +0000 (15:58 -0800)
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 <caoyixuan2019@email.szu.edu.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/kmemleak.c

index 646e2979641fb31b1a76ee03dac16d56f38e3164..26733290435455eee770aacd99a8d8a463afe4ce 100644 (file)
@@ -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.
  *