From: Frans Kaashoek Date: Mon, 21 Sep 2009 00:19:58 +0000 (-0400) Subject: nit in comment X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=ccd980bedfcff49ec75cfda4e631b54f0a69bf82;p=cs3210-lab0.git nit in comment --- diff --git a/proc.c b/proc.c index 96c19f5..669331e 100644 --- a/proc.c +++ b/proc.c @@ -116,7 +116,7 @@ found: p->pid = nextpid++; release(&ptable.lock); - // Allocate kernel stack if necessary. + // Allocate kernel stack if possible. if((p->kstack = kalloc(KSTACKSIZE)) == 0){ p->state = UNUSED; return 0;