mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
tracing: Fix typo "preceeded" in comment
Correct "preceeded" to "Preceded", reported by scripts/checkpatch.pl using the misspelling list in scripts/spelling.txt. Only touches comments, no code changes. Link: https://patch.msgid.link/20260907065607.36615-1-hemanth.selam@gmail.com Assisted-by: Cursor:claude-opus-5 Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
89b000ba07
commit
0999d3e16d
|
|
@ -302,7 +302,7 @@ DECLARE_EVENT_CLASS(hrtimer_class,
|
|||
* hrtimer_start_expired - Invoked when a expired timer was started
|
||||
* @hrtimer: pointer to struct hrtimer
|
||||
*
|
||||
* Preceeded by a hrtimer_start tracepoint.
|
||||
* Preceded by a hrtimer_start tracepoint.
|
||||
*/
|
||||
DEFINE_EVENT(hrtimer_class, hrtimer_start_expired,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user