[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210324071051.55229-1-tl445047925@gmail.com>
Date: Wed, 24 Mar 2021 15:10:51 +0800
From: Tim Yang <tl445047925@...il.com>
To: dvyukov@...gle.com
Cc: kasan-dev@...glegroups.com, linux-kernel@...r.kernel.org,
Tim Yang <tl445047925@...il.com>
Subject: [PATCH] kernel: kcov: fix a typo in comment
Fix a typo in comment.
Signed-off-by: Tim Yang <tl445047925@...il.com>
---
kernel/kcov.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/kcov.c b/kernel/kcov.c
index 80bfe71bbe13..6f59842f2caf 100644
--- a/kernel/kcov.c
+++ b/kernel/kcov.c
@@ -527,7 +527,7 @@ static int kcov_get_mode(unsigned long arg)
/*
* Fault in a lazily-faulted vmalloc area before it can be used by
- * __santizer_cov_trace_pc(), to avoid recursion issues if any code on the
+ * __sanitizer_cov_trace_pc(), to avoid recursion issues if any code on the
* vmalloc fault handling path is instrumented.
*/
static void kcov_fault_in_area(struct kcov *kcov)
--
2.25.1
Powered by blists - more mailing lists