[PATCH] sched: Fix spelling mistake "then" -> "than"

yuzhe posted 1 patch 4 years, 3 months ago
kernel/sched/fair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] sched: Fix spelling mistake "then" -> "than"
Posted by yuzhe 4 years, 3 months ago
There is a spelling mistake in comment.Fix it.

Signed-off-by: yuzhe <yuzhe@nfschina.com>
---
 kernel/sched/fair.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 8bcc1dbc544c..e6b3d62389c9 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -5944,7 +5944,7 @@ static unsigned long capacity_of(int cpu)
 static void record_wakee(struct task_struct *p)
 {
 	/*
-	 * Only decay a single time; tasks that have less then 1 wakeup per
+	 * Only decay a single time; tasks that have less than 1 wakeup per
 	 * jiffy will not have built up many flips.
 	 */
 	if (time_after(jiffies, current->wakee_flip_decay_ts + HZ)) {
-- 
2.25.1