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 297d1a0eedb0..f89fb67818de 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -2640,7 +2640,7 @@ out:
2640 * try_to_wake_up_local - try to wake up a local task with rq lock held 2640 * try_to_wake_up_local - try to wake up a local task with rq lock held
2641 * @p: the thread to be awakened 2641 * @p: the thread to be awakened
2642 * 2642 *
2643 * Put @p on the run-queue if it's not alredy there. The caller must 2643 * Put @p on the run-queue if it's not already there. The caller must
2644 * ensure that this_rq() is locked, @p is bound to this_rq() and not 2644 * ensure that this_rq() is locked, @p is bound to this_rq() and not
2645 * the current task. this_rq() stays locked over invocation. 2645 * the current task. this_rq() stays locked over invocation.
2646 */ 2646 */