Skip to content

Commit 25e9fa2

Browse files
Cao-Wuhuiakpm00
authored andcommitted
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]>
1 parent 9b34a30 commit 25e9fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/kmemleak.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ static void scan_gray_list(void)
14611461
}
14621462

14631463
/*
1464-
* Conditionally call resched() in a object iteration loop while making sure
1464+
* Conditionally call resched() in an object iteration loop while making sure
14651465
* that the given object won't go away without RCU read lock by performing a
14661466
* get_object() if !pinned.
14671467
*

0 commit comments

Comments
 (0)