mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-22 16:06:04 -05:00
tools/rv: Correct the grammatical errors in the comments
The word "trace" begins with a consonant sound, so "a" should be used instead of "an". Link: https://lore.kernel.org/20240903003019.8969-1-bajing@cmss.chinamobile.com Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
This commit is contained in:
parent
f88b8871c7
commit
1c5e11b3ee
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ void trace_instance_destroy(struct trace_instance *trace)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* trace_instance_init - create an trace instance
|
* trace_instance_init - create a trace instance
|
||||||
*
|
*
|
||||||
* It is more than the tracefs instance, as it contains other
|
* It is more than the tracefs instance, as it contains other
|
||||||
* things required for the tracing, such as the local events and
|
* things required for the tracing, such as the local events and
|
||||||
|
|
Loading…
Reference in a new issue