Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2009 18:36:17 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192459 - head/sys/compat/svr4
Message-ID:  <200905201836.n4KIaHCY039986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed May 20 18:36:17 2009
New Revision: 192459
URL: http://svn.freebsd.org/changeset/base/192459

Log:
  Comment nits.

Modified:
  head/sys/compat/svr4/svr4_misc.c

Modified: head/sys/compat/svr4/svr4_misc.c
==============================================================================
--- head/sys/compat/svr4/svr4_misc.c	Wed May 20 18:34:26 2009	(r192458)
+++ head/sys/compat/svr4/svr4_misc.c	Wed May 20 18:36:17 2009	(r192459)
@@ -1199,12 +1199,12 @@ svr4_sys_waitsys(td, uap)
 
 	/*
 	 * Ok, handle the weird cases.  Either WNOWAIT is set (meaning we
-	 * just want to see if there is a process to harvest, we dont'
+	 * just want to see if there is a process to harvest, we don't
 	 * want to actually harvest it), or WEXIT and WTRAPPED are clear
 	 * meaning we want to ignore zombies.  Either way, we don't have
 	 * to handle harvesting zombies here.  We do have to duplicate the
-	 * other portions of kern_wait() though, especially for the
-	 * WCONTINUED and WSTOPPED.
+	 * other portions of kern_wait() though, especially for WCONTINUED
+	 * and WSTOPPED.
 	 */
 loop:
 	nfound = 0;



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