[PATCH] kernel: gcov: Fix a spelling

From: Bhaskar Chowdhury

Date: Tue Aug 18 2026 - 07:49:56 EST


s/options/option/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
kernel/gcov/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig
index 04f4ebdc3cf5..5aca118a01cd 100644
--- a/kernel/gcov/Kconfig
+++ b/kernel/gcov/Kconfig
@@ -44,7 +44,7 @@ config GCOV_PROFILE_ALL
depends on ARCH_HAS_GCOV_PROFILE_ALL
default n
help
- This options activates profiling for the entire kernel.
+ This option activates profiling for the entire kernel.

If unsure, say N.

--
2.54.0