This commit is contained in:
L1nkus 2021-05-09 14:33:08 +02:00 committed by GitHub
commit 2bfa12e0d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,7 +346,7 @@ void init_scheduling(void)
*===========================================================================*/
/* This function in called every N ticks to rebalance the queues. The current
* scheduler bumps processes down one priority when ever they run out of
* scheduler bumps processes down one priority whenever they run out of
* quantum. This function will find all proccesses that have been bumped down,
* and pulls them back up. This default policy will soon be changed.
*/