From owner-svn-src-all@FreeBSD.ORG Sun Oct 25 02:48:29 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F604106566B; Sun, 25 Oct 2009 02:48:29 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4E6EA8FC12; Sun, 25 Oct 2009 02:48:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n9P2mTFc027746; Sun, 25 Oct 2009 02:48:29 GMT (envelope-from alc@svn.freebsd.org) Received: (from alc@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9P2mT9i027744; Sun, 25 Oct 2009 02:48:29 GMT (envelope-from alc@svn.freebsd.org) Message-Id: <200910250248.n9P2mT9i027744@svn.freebsd.org> From: Alan Cox Date: Sun, 25 Oct 2009 02:48:29 +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: r198463 - head/sys/kern X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Oct 2009 02:48:29 -0000 Author: alc Date: Sun Oct 25 02:48:29 2009 New Revision: 198463 URL: http://svn.freebsd.org/changeset/base/198463 Log: Update a comment to reflect the previous change. Modified: head/sys/kern/sys_process.c Modified: head/sys/kern/sys_process.c ============================================================================== --- head/sys/kern/sys_process.c Sun Oct 25 01:19:55 2009 (r198462) +++ head/sys/kern/sys_process.c Sun Oct 25 02:48:29 2009 (r198463) @@ -279,7 +279,7 @@ proc_rwmem(struct proc *p, struct uio *u } /* - * Now we need to get the page. out_entry, out_prot, wired, + * Now we need to get the page. out_entry, wired, * and single_use aren't used. One would think the vm code * would be a *bit* nicer... We use tmap because * vm_map_lookup() can change the map argument.