From owner-svn-src-head@FreeBSD.ORG Tue Mar 10 13:06:54 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBCA9F0F; Tue, 10 Mar 2015 13:06:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C72E38B8; Tue, 10 Mar 2015 13:06:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2AD6sK0011207; Tue, 10 Mar 2015 13:06:54 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2AD6swu011206; Tue, 10 Mar 2015 13:06:54 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201503101306.t2AD6swu011206@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Tue, 10 Mar 2015 13:06:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r279847 - head/sys/vm X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 10 Mar 2015 13:06:55 -0000 Author: glebius Date: Tue Mar 10 13:06:54 2015 New Revision: 279847 URL: https://svnweb.freebsd.org/changeset/base/279847 Log: Fix function name in comment. Modified: head/sys/vm/vnode_pager.c Modified: head/sys/vm/vnode_pager.c ============================================================================== --- head/sys/vm/vnode_pager.c Tue Mar 10 12:25:05 2015 (r279846) +++ head/sys/vm/vnode_pager.c Tue Mar 10 13:06:54 2015 (r279847) @@ -727,7 +727,7 @@ vnode_pager_local_getpages0(struct vnode /* * The requested page has valid blocks. Invalid part can only * exist at the end of file, and the page is made fully valid - * by zeroing in vm_pager_getpages(). Free non-requested + * by zeroing in vm_pager_get_pages(). Free non-requested * pages, since no i/o is done to read its content. */ if (mreq->valid != 0) {