From: Tai Groot Date: Thu, 11 Oct 2018 01:07:37 +0000 (-0700) Subject: Fixed tiny spelling error in proc.c X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=8e2f9ecaf4926052498af144c26341e7a17ab842;p=minix.git Fixed tiny spelling error in proc.c an returned -> and returned closes #255 Change-Id: I936e95c6d026f83f66a48120aa9a331b8797b89c --- 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. *