From 8e2f9ecaf4926052498af144c26341e7a17ab842 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Wed, 10 Oct 2018 18:07:37 -0700 Subject: [PATCH] Fixed tiny spelling error in proc.c an returned -> and returned closes #255 Change-Id: I936e95c6d026f83f66a48120aa9a331b8797b89c --- minix/kernel/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minix/kernel/proc.c b/minix/kernel/proc.c index da74c409b..05af25f95 100644 --- a/minix/kernel/proc.c +++ b/minix/kernel/proc.c @@ -1784,7 +1784,7 @@ void dequeue(struct proc *rp) *===========================================================================*/ static struct proc * pick_proc(void) { -/* Decide who to run now. A new process is selected an returned. +/* Decide who to run now. A new process is selected and returned. * When a billable process is selected, record it in 'bill_ptr', so that the * clock task can tell who to bill for system time. * -- 2.44.0