]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tracing: Fix typo in trace_seq.c
authorMaurice Hieronymus <mhi@mailbox.org>
Fri, 21 Nov 2025 22:18:35 +0000 (23:18 +0100)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 5 Dec 2025 20:43:41 +0000 (15:43 -0500)
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>
kernel/trace/trace_seq.c

index c158d65a8a886efc64516d7dd8a333aa27da594e..32684ef4fb9dc7333b5b88b2db4702b69fdf0830 100644 (file)
@@ -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.
  *