summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice Hieronymus <mhi@mailbox.org>2025-11-21 23:18:35 +0100
committerSteven Rostedt (Google) <rostedt@goodmis.org>2025-12-05 15:43:41 -0500
commitc5108c58b991cb6cac78947ac3811321895190e2 (patch)
treec44c563e8a16cb3297ddc4448bcf0ce0bd87558e
parent0f17df72a7149b65e51e03d4ab7b2fd6d5cab0dc (diff)
tracing: Fix typo in trace_seq.c
Fix typo "wont" to "won't". Link: https://patch.msgid.link/20251121221835.28032-15-mhi@mailbox.org Signed-off-by: Maurice Hieronymus <mhi@mailbox.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
-rw-r--r--kernel/trace/trace_seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_seq.c b/kernel/trace/trace_seq.c
index c158d65a8a88..32684ef4fb9d 100644
--- a/kernel/trace/trace_seq.c
+++ b/kernel/trace/trace_seq.c
@@ -15,7 +15,7 @@
*
* A write to the buffer will either succeed or fail. That is, unlike
* sprintf() there will not be a partial write (well it may write into
- * the buffer but it wont update the pointers). This allows users to
+ * the buffer but it won't update the pointers). This allows users to
* try to write something into the trace_seq buffer and if it fails
* they can flush it and try again.
*