Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 13:06:54 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r279847 - head/sys/vm
Message-ID:  <201503101306.t2AD6swu011206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503101306.t2AD6swu011206>