[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210728214802.191667-1-colin.king@canonical.com>
Date: Wed, 28 Jul 2021 22:48:02 +0100
From: Colin King <colin.king@...onical.com>
To: Steven Rostedt <rostedt@...dmis.org>,
Ingo Molnar <mingo@...hat.com>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] trace: Fix spelling contraction "wont" -> "won't" in Kconfig
From: Colin Ian King <colin.king@...onical.com>
There is a spelling mistake in the Kconfig text. Fix it.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
kernel/trace/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index d567b1717c4c..61f5d91b4bdd 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -857,7 +857,7 @@ config RING_BUFFER_RECORD_RECURSION
default y
help
The ring buffer has its own internal recursion. Although when
- recursion happens it wont cause harm because of the protection,
+ recursion happens it won't cause harm because of the protection,
but it does cause an unwanted overhead. Enabling this option will
place where recursion was detected into the ftrace "recursed_functions"
file.
--
2.31.1
Powered by blists - more mailing lists