We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e71d8 commit c496941Copy full SHA for c496941
kernel/sched/deadline.c
@@ -1137,7 +1137,7 @@ void init_dl_task_timer(struct sched_dl_entity *dl_se)
1137
* cannot use the runtime, and so it replenishes the task. This rule
1138
* works fine for implicit deadline tasks (deadline == period), and the
1139
* CBS was designed for implicit deadline tasks. However, a task with
1140
- * constrained deadline (deadine < period) might be awakened after the
+ * constrained deadline (deadline < period) might be awakened after the
1141
* deadline, but before the next period. In this case, replenishing the
1142
* task would allow it to run for runtime / deadline. As in this case
1143
* deadline < period, CBS enables a task to run for more than the
0 commit comments