Commit 2705937a authored by Randy Dunlap's avatar Randy Dunlap Committed by Peter Zijlstra
Browse files

trace/events/sched.h: fix duplicated word

parent e0078e2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ DEFINE_EVENT(sched_wakeup_template, sched_waking,

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