mirror of
https://github.com/torvalds/linux.git
synced 2026-01-24 23:16:46 +00:00
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>
This commit is contained in:
committed by
Steven Rostedt (Google)
parent
0f17df72a7
commit
c5108c58b9
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user