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:
Maurice Hieronymus
2025-11-21 23:18:29 +01:00
committed by Steven Rostedt (Google)
parent d4290963d5
commit 86f320904e

View File

@@ -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.