Fix a comment.

This commit is contained in:
Julian Elischer 2002-08-01 19:10:40 +00:00
parent 04774f2357
commit 67759b33f6
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ thread_stash(struct thread *td)
}
/*
* reap any zombie threads for this Processor.
* reap any zombie threads.
*/
void
thread_reap(void)

View File

@ -213,7 +213,7 @@ thread_stash(struct thread *td)
}
/*
* reap any zombie threads for this Processor.
* reap any zombie threads.
*/
void
thread_reap(void)