From: Colin Ian King <[email protected]>

There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
 kernel/trace/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index d5a19413d4f8..2c22444d5b9b 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -545,7 +545,7 @@ config KPROBE_EVENTS_ON_NOTRACE
          using kprobe events.
 
          If kprobes can use ftrace instead of breakpoint, ftrace related
-         functions are protected from kprobe-events to prevent an infinit
+         functions are protected from kprobe-events to prevent an infinite
          recursion or any unexpected execution path which leads to a kernel
          crash.
 
-- 
2.29.2

Reply via email to