]> Pileus Git - ~andy/linux/commitdiff
kmemleak: Fix typo in the comment
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 22 Jul 2010 11:54:13 +0000 (19:54 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Sun, 8 Aug 2010 20:57:23 +0000 (21:57 +0100)
Fix typo in comment.

Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
mm/kmemleak.c

index 5f2eb5b23658372a843ea2fefeb272f7e86ca99f..bd9bc214091b39b23c7b61182c81d17e2da7bf71 100644 (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)