From: Maurice Hieronymus Date: Fri, 21 Nov 2025 22:18:29 +0000 (+0100) Subject: tracing: Fix typo in trace_events_filter.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86f320904e2f8795e3f1851f18ad7bf3f43d1c79;p=thirdparty%2Flinux.git tracing: Fix typo in trace_events_filter.c Fix typo "singe" to "single". Link: https://patch.msgid.link/20251121221835.28032-9-mhi@mailbox.org Signed-off-by: Maurice Hieronymus Signed-off-by: Steven Rostedt (Google) --- diff --git a/kernel/trace/trace_events_filter.c b/kernel/trace/trace_events_filter.c index 54226b48b2d16..385af84053924 100644 --- a/kernel/trace/trace_events_filter.c +++ b/kernel/trace/trace_events_filter.c @@ -142,7 +142,7 @@ static bool is_not(const char *str) } /** - * struct prog_entry - a singe entry in the filter program + * struct prog_entry - a single entry in the filter program * @target: Index to jump to on a branch (actually one minus the index) * @when_to_branch: The value of the result of the predicate to do a branch * @pred: The predicate to execute.