Fixed tiny spelling error in proc.c

an returned -> and returned

closes #255

Change-Id: I936e95c6d026f83f66a48120aa9a331b8797b89c
This commit is contained in:
Tai Groot 2018-10-10 18:07:37 -07:00 committed by Lionel Sambuc
parent 7377a594e4
commit 8e2f9ecaf4

View File

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