diff options
author | Colin Ian King <[email protected]> | 2018-11-28 15:23:50 +0000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2019-04-19 21:04:49 +0200 |
commit | ad2e379def135ebc079f89a0e0b1d987d243f949 (patch) | |
tree | f7fd4d5a474fdc8af176808825517ca99db3be57 | |
parent | cb0c04143b6196f4a479ba113706329fc667ee15 (diff) |
sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic"
Signed-off-by: Colin Ian King <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-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 { \ static const char *sched_tunable_scaling_names[] = { "none", - "logaritmic", + "logarithmic", "linear" }; |