summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSheng Che Peng <synte4028@gmail.com>2026-04-22 10:18:19 +0800
committerSteven Rostedt <rostedt@goodmis.org>2026-04-28 14:28:29 -0400
commit5ec07d5204b4544271f32f6261ee097fe53cb081 (patch)
treeaea41e260d471234fef4a09d02479ffe4439b1fe /include
parent3b75dd76e64a04771861bb5647951c264919e563 (diff)
tracepoint: Fix typo in tracepoint.h comment
Change "my" to "may" in the description of subsystem configurations. Link: https://patch.msgid.link/20260422021819.1788091-1-synte4028@gmail.com Signed-off-by: Sheng Che Peng <synte4028@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/tracepoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h
index 578e520b6ee6..763eea4d80d8 100644
--- a/include/linux/tracepoint.h
+++ b/include/linux/tracepoint.h
@@ -202,7 +202,7 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p)
#define TP_CONDITION(args...) args
/*
- * Individual subsystem my have a separate configuration to
+ * Individual subsystem may have a separate configuration to
* enable their tracepoints. By default, this file will create
* the tracepoints if CONFIG_TRACEPOINTS is defined. If a subsystem
* wants to be able to disable its tracepoints from being created