From: Holger Hans Peter Freyther Date: Thu, 22 Jul 2010 11:54:13 +0000 (+0800) Subject: kmemleak: Fix typo in the comment X-Git-Tag: firefly_0821_release~9833^2~1033^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=145b64b9588c123d2bd00981c5ce8e03215ed2ee;p=firefly-linux-kernel-4.4.55.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)