summaryrefslogtreecommitdiffstats
path: root/kernel/sched/stats.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2024-05-27 16:54:52 +0200
committerIngo Molnar <mingo@kernel.org>2024-05-27 17:00:21 +0200
commit402de7fc880fef055bc984957454b532987e9ad0 (patch)
tree4a4d4b281f1fab1f7e1ad8c06f038b9e8d8f83ca /kernel/sched/stats.h
parentsched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.c (diff)
downloadlinux-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.h2
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)
{