projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f17df7
)
tracing: Fix typo in trace_seq.c
author
Maurice Hieronymus
<mhi@mailbox.org>
Fri, 21 Nov 2025 22:18:35 +0000
(23:18 +0100)
committer
Steven 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
patch
|
blob
|
history
diff --git
a/kernel/trace/trace_seq.c
b/kernel/trace/trace_seq.c
index
c158d65
..
32684ef
100644
(file)
--- 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.
*