Skip to content

Commit 2705937

Browse files
rddunlapPeter Zijlstra
authored andcommitted
trace/events/sched.h: fix duplicated word
Change "It it" to "It is". Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent e0078e2 commit 2705937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/trace/events/sched.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ DEFINE_EVENT(sched_wakeup_template, sched_waking,
9191

9292
/*
9393
* Tracepoint called when the task is actually woken; p->state == TASK_RUNNNG.
94-
* It it not always called from the waking context.
94+
* It is not always called from the waking context.
9595
*/
9696
DEFINE_EVENT(sched_wakeup_template, sched_wakeup,
9797
TP_PROTO(struct task_struct *p),

0 commit comments

Comments
 (0)