diff options
Diffstat (limited to 'kernel/sched/debug.c')
-rw-r--r-- | kernel/sched/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/debug.c b/kernel/sched/debug.c index 8039d62ae36e..678bfb9bd87f 100644 --- a/kernel/sched/debug.c +++ b/kernel/sched/debug.c | |||
@@ -702,7 +702,7 @@ do { \ | |||
702 | 702 | ||
703 | static const char *sched_tunable_scaling_names[] = { | 703 | static const char *sched_tunable_scaling_names[] = { |
704 | "none", | 704 | "none", |
705 | "logaritmic", | 705 | "logarithmic", |
706 | "linear" | 706 | "linear" |
707 | }; | 707 | }; |
708 | 708 | ||