From: Holger Hans Peter Freyther Date: Thu, 22 Jul 2010 11:54:13 +0000 (+0800) Subject: kmemleak: Fix typo in the comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=145b64b9588c123d2bd00981c5ce8e03215ed2ee;p=linux-beck.git kmemleak: Fix typo in the comment Fix typo in comment. Signed-off-by: Holger Hans Peter Freyther Signed-off-by: Catalin Marinas --- diff --git a/mm/kmemleak.c b/mm/kmemleak.c index 5f2eb5b23658..bd9bc214091b 100644 --- a/mm/kmemleak.c +++ b/mm/kmemleak.c @@ -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)