From 0773c4252b9eda702503351c75aca73526a13b6c Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 19 Aug 2025 15:53:14 +0200 Subject: docs: fix misspellings Gemini CLI experiments side effect. --- docs/linux/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux/setup.md') diff --git a/docs/linux/setup.md b/docs/linux/setup.md index 0c9b4fe4c..c77d5a6f3 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -65,7 +65,7 @@ Make sure that your GCC meets this requirement, or get a GCC that [syzbot](/docs ### Linux Kernel Besides coverage support in GCC, you also need support for it on the kernel side. -KCOV was added into mainline Linux kernel in version 4.6 and is be enabled by `CONFIG_KCOV=y` kernel configation option. +KCOV was added into mainline Linux kernel in version 4.6 and is be enabled by `CONFIG_KCOV=y` kernel configuration option. For older kernels you need to at least backport commit [kernel: add kcov code coverage](https://github.com/torvalds/linux/commit/5c9a8750a6409c63a0f01d51a9024861022f6593). Besides that, it's recommended to backport all kernel patches that touch `kernel/kcov.c`. -- cgit mrf-deployment