From: Shigeru Yoshida Date: Sun, 17 Nov 2013 03:12:36 +0000 (+0900) Subject: sched: Fix a trivial typo in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0515973ffb16c2852a1bb1df2ca1456556faaaa5;p=linux.git sched: Fix a trivial typo in comments Fix a trivial typo in rq_attach_root(). Signed-off-by: Shigeru Yoshida Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/20131117.121236.1990617639803941055.shigeru.yoshida@gmail.com Signed-off-by: Ingo Molnar --- diff --git a/kernel/sched/core.c b/kernel/sched/core.c index a1591ca7eb5ad..718730dd0480d 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: */