aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched.c')
-rw-r--r--kernel/sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index aa14a56f9d03..554c0d6c489e 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -2568,7 +2568,7 @@ out:
2568 * try_to_wake_up_local - try to wake up a local task with rq lock held 2568 * try_to_wake_up_local - try to wake up a local task with rq lock held
2569 * @p: the thread to be awakened 2569 * @p: the thread to be awakened
2570 * 2570 *
2571 * Put @p on the run-queue if it's not alredy there. The caller must 2571 * Put @p on the run-queue if it's not already there. The caller must
2572 * ensure that this_rq() is locked, @p is bound to this_rq() and not 2572 * ensure that this_rq() is locked, @p is bound to this_rq() and not
2573 * the current task. this_rq() stays locked over invocation. 2573 * the current task. this_rq() stays locked over invocation.
2574 */ 2574 */