Skip to content

Commit

Permalink
kmemleak: Fix typo in the comment
Browse files Browse the repository at this point in the history
Fix typo in comment.

Signed-off-by: Holger Hans Peter Freyther <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
  • Loading branch information
zecke authored and ctmarinas committed Aug 8, 2010
1 parent b94de9b commit 145b64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/kmemleak.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ static void paint_ptr(unsigned long ptr, int color)
}

/*
* Make a object permanently as gray-colored so that it can no longer be
* Mark an object permanently as gray-colored so that it can no longer be
* reported as a leak. This is used in general to mark a false positive.
*/
static void make_gray_object(unsigned long ptr)
Expand Down

0 comments on commit 145b64b

Please sign in to comment.