Skip to content

Commit 0166d3e

Browse files
sysheaprostedt
authored andcommitted
tracing: Fix typo in trace_events_trigger.c
Fix typo "componenents" to "components". Link: https://patch.msgid.link/20251121221835.28032-11-mhi@mailbox.org Signed-off-by: Maurice Hieronymus <mhi@mailbox.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent c29e755 commit 0166d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/trace_events_trigger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ static void unregister_trigger(char *glob,
732732
* param - text following cmd and ':' and stripped of filter
733733
* filter - the optional filter text following (and including) 'if'
734734
*
735-
* To illustrate the use of these componenents, here are some concrete
735+
* To illustrate the use of these components, here are some concrete
736736
* examples. For the following triggers:
737737
*
738738
* echo 'traceon:5 if pid == 0' > trigger

0 commit comments

Comments
 (0)