summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-05-20 18:36:17 +0000
committerjhb <jhb@FreeBSD.org>2009-05-20 18:36:17 +0000
commit27f9129d79f7a01a3d77d097d697d3683c26b102 (patch)
tree2a0ae496b16b6c4c6f2baafc9c56bfff0cde3e6e /sys/compat/svr4
parent465a3a97f70bd877c4ba1ac6a073216cfc0a323f (diff)
downloadFreeBSD-src-27f9129d79f7a01a3d77d097d697d3683c26b102.zip
FreeBSD-src-27f9129d79f7a01a3d77d097d697d3683c26b102.tar.gz
Comment nits.
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/svr4_misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/svr4/svr4_misc.c b/sys/compat/svr4/svr4_misc.c
index dd93c36..3fe0909 100644
--- a/sys/compat/svr4/svr4_misc.c
+++ b/sys/compat/svr4/svr4_misc.c
@@ -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;
OpenPOWER on IntegriCloud