Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 145b64b9 authored by Holger Hans Peter Freyther's avatar Holger Hans Peter Freyther Committed by Catalin Marinas
Browse files

kmemleak: Fix typo in the comment



Fix typo in comment.

Signed-off-by: default avatarHolger Hans Peter Freyther <zecke@selfish.org>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent b94de9bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)