summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorShigeru Yoshida <shigeru.yoshida@gmail.com>2013-11-17 12:12:36 +0900
committerIngo Molnar <mingo@kernel.org>2013-11-19 17:01:18 +0100
commit0515973ffb16c2852a1bb1df2ca1456556faaaa5 (patch)
tree5044cf2d0c4ecc8034fe6a33b884092bff384764 /kernel
parentb972fc308c2763096b61b62169f2167ee0ca5a19 (diff)
downloadlinux-0515973ffb16c2852a1bb1df2ca1456556faaaa5.tar.gz
linux-0515973ffb16c2852a1bb1df2ca1456556faaaa5.tar.xz
sched: Fix a trivial typo in comments
Fix a trivial typo in rq_attach_root(). Signed-off-by: Shigeru Yoshida <shigeru.yoshida@gmail.com> Signed-off-by: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20131117.121236.1990617639803941055.shigeru.yoshida@gmail.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index a1591ca7eb5a..718730dd0480 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -4762,7 +4762,7 @@ static void rq_attach_root(struct rq *rq, struct root_domain *rd)
cpumask_clear_cpu(rq->cpu, old_rd->span);
/*
- * If we dont want to free the old_rt yet then
+ * If we dont want to free the old_rd yet then
* set old_rd to NULL to skip the freeing later
* in this function:
*/