aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixuan Cao <[email protected]>2022-11-15 01:14:26 +0800
committerAndrew Morton <[email protected]>2022-11-30 15:58:54 -0800
commit25e9fa22fbfec1e58c955d2670bf9a18f4ebe9ef (patch)
treed9233cd8349b7b9edb46238613d4593d3e9e7dfc
parent9b34a307f39497198645de5e43f3f00b5e873249 (diff)
mm/kmemleak.c: fix a comment
I noticed a typo in a code comment and I fixed it. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Yixuan Cao <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--mm/kmemleak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/kmemleak.c b/mm/kmemleak.c
index 646e2979641f..267332904354 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.
*