We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f3cb6 commit ad2c807Copy full SHA for ad2c807
kernel/kcov.c
@@ -552,7 +552,7 @@ static int kcov_get_mode(unsigned long arg)
552
553
/*
554
* Fault in a lazily-faulted vmalloc area before it can be used by
555
- * __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
556
* vmalloc fault handling path is instrumented.
557
*/
558
static void kcov_fault_in_area(struct kcov *kcov)
0 commit comments