From owner-svn-src-head@FreeBSD.ORG Wed May 20 18:36:17 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A234106566B; Wed, 20 May 2009 18:36:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 482338FC15; Wed, 20 May 2009 18:36:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4KIaH6P039987; Wed, 20 May 2009 18:36:17 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4KIaHCY039986; Wed, 20 May 2009 18:36:17 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <200905201836.n4KIaHCY039986@svn.freebsd.org> From: John Baldwin Date: Wed, 20 May 2009 18:36:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192459 - head/sys/compat/svr4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 May 2009 18:36:17 -0000 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;