Skip to content

Commit c5108c5

Browse files
sysheaprostedt
authored andcommitted
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>
1 parent 0f17df7 commit c5108c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/trace_seq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* A write to the buffer will either succeed or fail. That is, unlike
1717
* sprintf() there will not be a partial write (well it may write into
18-
* the buffer but it wont update the pointers). This allows users to
18+
* the buffer but it won't update the pointers). This allows users to
1919
* try to write something into the trace_seq buffer and if it fails
2020
* they can flush it and try again.
2121
*

0 commit comments

Comments
 (0)