Commit-ID:  ad2e379def135ebc079f89a0e0b1d987d243f949
Gitweb:     https://git.kernel.org/tip/ad2e379def135ebc079f89a0e0b1d987d243f949
Author:     Colin Ian King <[email protected]>
AuthorDate: Wed, 28 Nov 2018 15:23:50 +0000
Committer:  Ingo Molnar <[email protected]>
CommitDate: Fri, 19 Apr 2019 21:04:49 +0200

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]>
---
 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 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"
 };
 

Reply via email to