mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 05:31:37 -04:00
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>
This commit is contained in:
committed by
Steven Rostedt
parent
3b75dd76e6
commit
5ec07d5204
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user