Fix a comment.

This commit is contained in:
julian 2002-08-01 19:10:40 +00:00
parent b3aca85def
commit a1b63b5aa6
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)