Recover removed comment

This commit is contained in:
2024-10-17 20:09:43 +01:00
parent 044c383a0f
commit cbb9d52455

View File

@@ -651,7 +651,8 @@ thread_priority_less (const struct list_elem *a, const struct list_elem *b,
return ta->priority > tb->priority; return ta->priority > tb->priority;
} }
/* ss's state must have been changed from /* Schedules a new process. At entry, interrupts must be off and
the running process's state must have been changed from
running to some other state. This function finds another running to some other state. This function finds another
thread to run and switches to it. thread to run and switches to it.