diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-07-22 19:54:13 +0800 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2010-08-08 21:57:23 +0100 |
commit | 145b64b9588c123d2bd00981c5ce8e03215ed2ee (patch) | |
tree | deebbaca142814a45ba2a63d9353b63745be363d /mm/kmemleak.c | |
parent | b94de9bb7519f597a3aed521d5eaeb5b02a7cbc0 (diff) |
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>
Diffstat (limited to 'mm/kmemleak.c')
-rw-r--r-- | mm/kmemleak.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |