diff options
Diffstat (limited to 'kernel/sched.c')
| -rw-r--r-- | kernel/sched.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index aa14a56f9d0..554c0d6c489 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -2568,7 +2568,7 @@ out:   * try_to_wake_up_local - try to wake up a local task with rq lock held   * @p: the thread to be awakened   * - * Put @p on the run-queue if it's not alredy there.  The caller must + * Put @p on the run-queue if it's not already there.  The caller must   * ensure that this_rq() is locked, @p is bound to this_rq() and not   * the current task.  this_rq() stays locked over invocation.   */  |