Skip to content
Snippets Groups Projects
Commit ccd980be authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

nit in comment

parent 074ac7cc
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment