From: Maurice Hieronymus Date: Fri, 21 Nov 2025 22:18:35 +0000 (+0100) Subject: tracing: Fix typo in trace_seq.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5108c58b991cb6cac78947ac3811321895190e2;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Steven Rostedt (Google) --- diff --git a/kernel/trace/trace_seq.c b/kernel/trace/trace_seq.c index c158d65a8a886..32684ef4fb9dc 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. *