1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Correct a comment.

This commit is contained in:
Eivind Eklund 1999-03-27 02:39:01 +00:00
parent 0f74091f66
commit 4491ea9111
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45057

View File

@ -38,7 +38,7 @@
* SUCH DAMAGE.
*
* from: @(#)vnode_pager.c 7.5 (Berkeley) 4/20/91
* $Id: vnode_pager.c,v 1.103 1999/01/24 02:32:15 dillon Exp $
* $Id: vnode_pager.c,v 1.104 1999/02/27 23:39:28 alc Exp $
*/
/*
@ -863,7 +863,7 @@ vnode_pager_putpages(object, m, count, sync, rtvals)
/*
* This is now called from local media FS's to operate against their
* own vnodes if they fail to implement VOP_GETPAGES.
* own vnodes if they fail to implement VOP_PUTPAGES.
*/
int
vnode_pager_generic_putpages(vp, m, bytecount, flags, rtvals)