From bb45d7918d06a4e29a84adcfae4e4deb224c99f9 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 7 May 2010 11:11:58 +0000 Subject: [PATCH] MFC r207606: Fix typo in comment. --- sys/kern/kern_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index 9be4c2f3eb3..7d3f759c8d9 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) {