kmemleak: Fix typo in the comment

Fix typo in comment.

Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
This commit is contained in:
Holger Hans Peter Freyther 2010-07-22 19:54:13 +08:00 committed by Catalin Marinas
parent b94de9bb75
commit 145b64b958
1 changed files with 1 additions and 1 deletions

View File

@ -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)