From ee4821efc296f901b94427c989308edf52c333c1 Mon Sep 17 00:00:00 2001 From: Ruslan Dautov Date: Mon, 16 Mar 2015 20:42:41 +0300 Subject: [PATCH] Update sched.h spelling mistake --- kernel/sched/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index dc0f435a277946..63f049dbe05aa6 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -923,7 +923,7 @@ static inline void __set_task_cpu(struct task_struct *p, unsigned int cpu) #ifdef CONFIG_SMP /* * After ->cpu is set up to a new value, task_rq_lock(p, ...) can be - * successfuly executed on another CPU. We must ensure that updates of + * successfully executed on another CPU. We must ensure that updates of * per-task data have been completed by this moment. */ smp_wmb();