svn commit: r207744 - stable/7/sys/kern

Konstantin Belousov kib at FreeBSD.org
Fri May 7 11:17:20 UTC 2010


Author: kib
Date: Fri May  7 11:17:20 2010
New Revision: 207744
URL: http://svn.freebsd.org/changeset/base/207744

Log:
  MFC r207606:
  Fix typo in comment.

Modified:
  stable/7/sys/kern/kern_thread.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/kern/kern_thread.c
==============================================================================
--- stable/7/sys/kern/kern_thread.c	Fri May  7 11:11:58 2010	(r207743)
+++ stable/7/sys/kern/kern_thread.c	Fri May  7 11:17:20 2010	(r207744)
@@ -469,7 +469,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