diff options
author | Ingo Molnar <mingo@kernel.org> | 2024-05-27 16:54:52 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2024-05-27 17:00:21 +0200 |
commit | 402de7fc880fef055bc984957454b532987e9ad0 (patch) | |
tree | 4a4d4b281f1fab1f7e1ad8c06f038b9e8d8f83ca /kernel/sched/stats.h | |
parent | sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.c (diff) | |
download | linux-402de7fc880fef055bc984957454b532987e9ad0.tar.xz linux-402de7fc880fef055bc984957454b532987e9ad0.zip |
sched: Fix spelling in comments
Do a spell-checking pass.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/stats.h')
-rw-r--r-- | kernel/sched/stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/stats.h b/kernel/sched/stats.h index 38f3698f5e5b..d1445410840a 100644 --- a/kernel/sched/stats.h +++ b/kernel/sched/stats.h @@ -219,7 +219,7 @@ static inline void sched_info_dequeue(struct rq *rq, struct task_struct *t) /* * Called when a task finally hits the CPU. We can now calculate how * long it was waiting to run. We also note when it began so that we - * can keep stats on how long its timeslice is. + * can keep stats on how long its time-slice is. */ static void sched_info_arrive(struct rq *rq, struct task_struct *t) { |