Change linguistically erroneous usage of "when ever" to "whenever"

This commit is contained in:
Juliusz Korab-Karpowicz 2021-05-09 14:31:04 +02:00
parent 4db99f4012
commit d21de262a5

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.
*/