projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29e755
)
tracing: Fix typo in trace_events_trigger.c
author
Maurice Hieronymus
<mhi@mailbox.org>
Fri, 21 Nov 2025 22:18:31 +0000
(23:18 +0100)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Fri, 5 Dec 2025 20:43:41 +0000
(15:43 -0500)
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>
kernel/trace/trace_events_trigger.c
patch
|
blob
|
history
diff --git
a/kernel/trace/trace_events_trigger.c
b/kernel/trace/trace_events_trigger.c
index
96aad82
..
06b75bc
100644
(file)
--- a/
kernel/trace/trace_events_trigger.c
+++ b/
kernel/trace/trace_events_trigger.c
@@
-732,7
+732,7
@@
static void unregister_trigger(char *glob,
* param - text following cmd and ':' and stripped of filter
* filter - the optional filter text following (and including) 'if'
*
- * To illustrate the use of these componen
en
ts, here are some concrete
+ * To illustrate the use of these components, here are some concrete
* examples. For the following triggers:
*
* echo 'traceon:5 if pid == 0' > trigger