svn commit: r207606 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Tue May 4 06:06:01 UTC 2010


Author: kib
Date: Tue May  4 06:06:01 2010
New Revision: 207606
URL: http://svn.freebsd.org/changeset/base/207606

Log:
  Fix typo in comment.
  
  MFC after:	3 days

Modified:
  head/sys/kern/kern_thread.c

Modified: head/sys/kern/kern_thread.c
==============================================================================
--- head/sys/kern/kern_thread.c	Tue May  4 06:04:33 2010	(r207605)
+++ head/sys/kern/kern_thread.c	Tue May  4 06:06:01 2010	(r207606)
@@ -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) {


More information about the svn-src-all mailing list