Skip to content
Snippets Groups Projects
Commit 3e758815 authored by Ollrogge's avatar Ollrogge
Browse files

fix typo

parent c07ff500
Branches
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ static struct task_struct * pick_next_task_pb(struct rq *rq,
/**
* This handles the case where the program to be run is dead before the
* pb scheduler starting executing
* pb scheduler starts executing
*/
if (current_mode == PB_DISABLED_MODE && current_mode != next_mode) {
if (pb->c_entry < pb->size && pb->plan[pb->c_entry].task_struct->state == TASK_DEAD) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment