summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_thread.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-05-04 06:06:01 +0000
committerkib <kib@FreeBSD.org>2010-05-04 06:06:01 +0000
commit26be0345aa14384c33fae1f5a109807c74c4fe07 (patch)
treeb2546c3ea41ca5b936fb19a7179a611cb9240c8b /sys/kern/kern_thread.c
parente5f4727bbf133c7d282ecf204252dffd31efc2e0 (diff)
downloadFreeBSD-src-26be0345aa14384c33fae1f5a109807c74c4fe07.zip
FreeBSD-src-26be0345aa14384c33fae1f5a109807c74c4fe07.tar.gz
Fix typo in comment.
MFC after: 3 days
Diffstat (limited to 'sys/kern/kern_thread.c')
-rw-r--r--sys/kern/kern_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c
index dd5cb62..d7a9199 100644
--- a/sys/kern/kern_thread.c
+++ b/sys/kern/kern_thread.c
@@ -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) {
OpenPOWER on IntegriCloud