Skip to content

Commit 86f3209

Browse files
sysheaprostedt
authored andcommitted
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 <mhi@mailbox.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent d429096 commit 86f3209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/trace_events_filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static bool is_not(const char *str)
142142
}
143143

144144
/**
145-
* struct prog_entry - a singe entry in the filter program
145+
* struct prog_entry - a single entry in the filter program
146146
* @target: Index to jump to on a branch (actually one minus the index)
147147
* @when_to_branch: The value of the result of the predicate to do a branch
148148
* @pred: The predicate to execute.

0 commit comments

Comments
 (0)