[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-28b4a521f618d9722bc780ea38b44718ce0fe283@git.kernel.org>
Date: Mon, 8 Apr 2013 08:34:12 -0700
From: tip-bot for Viresh Kumar <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
viresh.kumar@...aro.org, tglx@...utronix.de
Subject: [tip:sched/core] sched: Fix typo inside comment
Commit-ID: 28b4a521f618d9722bc780ea38b44718ce0fe283
Gitweb: http://git.kernel.org/tip/28b4a521f618d9722bc780ea38b44718ce0fe283
Author: Viresh Kumar <viresh.kumar@...aro.org>
AuthorDate: Fri, 5 Apr 2013 16:26:46 +0530
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Mon, 8 Apr 2013 13:55:39 +0200
sched: Fix typo inside comment
Fix typo:
sched_domains_nume_distance ->
sched_domains_numa_distance
Signed-off-by: Viresh Kumar <viresh.kumar@...aro.org>
Cc: linaro-kernel@...ts.linaro.org
Cc: patches@...aro.org
Cc: robin.randhawa@....com
Cc: Steve.Bannister@....com
Cc: Liviu.Dudau@....com
Cc: charles.garcia-tobin@....com
Cc: arvind.chauhan@....com
Cc: peterz@...radead.org
Link: http://lkml.kernel.org/r/cd8084746ac932106d6fa6be388b8f2d6aa9617c.1365159023.git.viresh.kumar@linaro.org
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
kernel/sched/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 849deb9..f5e1aa5 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -6252,7 +6252,7 @@ static void sched_init_numa(void)
* 'level' contains the number of unique distances, excluding the
* identity distance node_distance(i,i).
*
- * The sched_domains_nume_distance[] array includes the actual distance
+ * The sched_domains_numa_distance[] array includes the actual distance
* numbers.
*/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists