diff options
| author | Shigeru Yoshida <[email protected]> | 2013-11-17 12:12:36 +0900 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2013-11-19 17:01:18 +0100 |
| commit | 0515973ffb16c2852a1bb1df2ca1456556faaaa5 (patch) | |
| tree | 5044cf2d0c4ecc8034fe6a33b884092bff384764 | |
| parent | b972fc308c2763096b61b62169f2167ee0ca5a19 (diff) | |
sched: Fix a trivial typo in comments
Fix a trivial typo in rq_attach_root().
Signed-off-by: Shigeru Yoshida <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
| -rw-r--r-- | kernel/sched/core.c | 2 |
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: */ |