]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixed tiny spelling error in proc.c 24/3524/1
authorTai Groot <groot.tai@gmail.com>
Thu, 11 Oct 2018 01:07:37 +0000 (18:07 -0700)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Fri, 26 Oct 2018 06:56:14 +0000 (08:56 +0200)
an returned -> and returned

closes #255

Change-Id: I936e95c6d026f83f66a48120aa9a331b8797b89c

minix/kernel/proc.c

index da74c409ba777f935805aec3a8654e489a7184ac..05af25f95949ec6148214bc2298122117154a83e 100644 (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.
  *