Fix typo in comment.

MFC after:	3 days
This commit is contained in:
kib 2010-05-04 06:06:01 +00:00
parent e5f4727bbf
commit 26be0345aa

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) {