aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-05-20 18:36:17 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-05-20 18:36:17 +0000
commit31bd8c7dcfaaa42d7448ec4cbad109e644a54531 (patch)
tree2a0ae496b16b6c4c6f2baafc9c56bfff0cde3e6e /sys/compat
parente05a128eb7ca0fc9c5ab04fc84ac9716bb0ad21b (diff)
downloadsrc-31bd8c7dcfaaa42d7448ec4cbad109e644a54531.tar.gz
src-31bd8c7dcfaaa42d7448ec4cbad109e644a54531.zip
Comment nits.
Notes
Notes: svn path=/head/; revision=192459
Diffstat (limited to 'sys/compat')
-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 dd93c36f7d83..3fe090913ba5 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;