From d21de262a5058b46684b56f53c1137dc69a760c9 Mon Sep 17 00:00:00 2001 From: Juliusz Korab-Karpowicz Date: Sun, 9 May 2021 14:31:04 +0200 Subject: [PATCH] Change linguistically erroneous usage of "when ever" to "whenever" --- minix/servers/sched/schedule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minix/servers/sched/schedule.c b/minix/servers/sched/schedule.c index 76f2e3f19..595427d02 100644 --- a/minix/servers/sched/schedule.c +++ b/minix/servers/sched/schedule.c @@ -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. */