]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
tracing: Fix typo in trace_events_trigger.c
authorMaurice Hieronymus <mhi@mailbox.org>
Fri, 21 Nov 2025 22:18:31 +0000 (23:18 +0100)
committerSteven 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

index 96aad82b162835172e790251361d7c98eff176d1..06b75bcfc7b8b0017e70e2bb30df0aac6597ab7c 100644 (file)
@@ -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 componenents, 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