aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-08-17 06:58:04 -0700
committerJiri Kosina <jkosina@suse.cz>2011-09-27 18:08:04 +0200
commitbfb9035c98906aafcd3cf22694fba2550997bf53 (patch)
tree82256f42b5be76c49c0009b96b0641b34a8f16d3 /kernel/sched.c
parentdoc: fix broken references (diff)
downloadlinux-dev-bfb9035c98906aafcd3cf22694fba2550997bf53.tar.xz
linux-dev-bfb9035c98906aafcd3cf22694fba2550997bf53.zip
treewide: Correct spelling of successfully in comments
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to '')
-rw-r--r--kernel/sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index ec5f472bc5b9..aecd83b4ffe8 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -1739,7 +1739,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();