[PATCH] sched/debug: fix spelling mistake "logaritmic" -> "logarithmic"

From: Colin King
Date: Wed Nov 28 2018 - 10:23:56 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

There is a spelling mistake in one of the scaling names in array
sched_tunable_scaling_names, fix it.

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
kernel/sched/debug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c
index 02bd5f969b21..ac3b616d2a6f 100644
--- a/kernel/sched/debug.c
+++ b/kernel/sched/debug.c
@@ -698,7 +698,7 @@ do { \

static const char *sched_tunable_scaling_names[] = {
"none",
- "logaritmic",
+ "logarithmic",
"linear"
};

--
2.19.1