Skip to content

Commit c29e755

Browse files
sysheaprostedt
authored andcommitted
tracing: Fix typo in trace_events_hist.c
Fix typo "tigger" to "trigger". Link: https://patch.msgid.link/20251121221835.28032-10-mhi@mailbox.org Signed-off-by: Maurice Hieronymus <mhi@mailbox.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 86f3209 commit c29e755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/trace_events_hist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5283,7 +5283,7 @@ hist_trigger_actions(struct hist_trigger_data *hist_data,
52835283
* on the stack, so when the histogram trigger is initialized
52845284
* a percpu array of 4 hist_pad structures is allocated.
52855285
* This will cover every context from normal, softirq, irq and NMI
5286-
* in the very unlikely event that a tigger happens at each of
5286+
* in the very unlikely event that a trigger happens at each of
52875287
* these contexts and interrupts a currently active trigger.
52885288
*/
52895289
struct hist_pad {

0 commit comments

Comments
 (0)