svn commit: r279847 - head/sys/vm

Gleb Smirnoff glebius at FreeBSD.org
Tue Mar 10 13:06:55 UTC 2015


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) {


More information about the svn-src-head mailing list