diff mbox

sched: core: Fix spelling error inside comment

Message ID cd8084746ac932106d6fa6be388b8f2d6aa9617c.1365159023.git.viresh.kumar@linaro.org
State Accepted
Commit 28b4a521f618d9722bc780ea38b44718ce0fe283
Headers show

Commit Message

Viresh Kumar April 5, 2013, 10:56 a.m. UTC
sched_domains_numa_distance is written as sched_domains_nume_distance inside one
of the comments. Fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 kernel/sched/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 286066e..2e0de12 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -6251,7 +6251,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.
 	 */