Fix typo in comment.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2010-05-04 06:06:01 +00:00
parent 603a4d7f41
commit 9182554ae9

View File

@ -398,7 +398,7 @@ thread_exit(void)
/*
* The test below is NOT true if we are the
* sole exiting thread. P_STOPPED_SNGL is unset
* sole exiting thread. P_STOPPED_SINGLE is unset
* in exit1() after it is the only survivor.
*/
if (P_SHOULDSTOP(p) == P_STOPPED_SINGLE) {