mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Steven Rostedt (Google)
parent
d4290963d5
commit
86f320904e
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user