Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 11:11:59 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r207743 - stable/8/sys/kern
Message-ID:  <201005071111.o47BBxjs078766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri May  7 11:11:58 2010
New Revision: 207743
URL: http://svn.freebsd.org/changeset/base/207743

Log:
  MFC r207606:
  Fix typo in comment.

Modified:
  stable/8/sys/kern/kern_thread.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/kern/kern_thread.c
==============================================================================
--- stable/8/sys/kern/kern_thread.c	Fri May  7 08:45:21 2010	(r207742)
+++ stable/8/sys/kern/kern_thread.c	Fri May  7 11:11:58 2010	(r207743)
@@ -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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005071111.o47BBxjs078766>