summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-03-27 02:39:01 +0000
committereivind <eivind@FreeBSD.org>1999-03-27 02:39:01 +0000
commitfdc0436c8509a104866a29a1bfc472aa2631f4e0 (patch)
tree5a51d74e6d631fa1fbc5c239b9db12f4623b8db9 /sys/vm
parent2eeeee0a5a4aec9dc0e8c54bfd9611d440afe15d (diff)
downloadFreeBSD-src-fdc0436c8509a104866a29a1bfc472aa2631f4e0.zip
FreeBSD-src-fdc0436c8509a104866a29a1bfc472aa2631f4e0.tar.gz
Correct a comment.
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vnode_pager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c
index 4aef81b..b645ee3 100644
--- a/sys/vm/vnode_pager.c
+++ b/sys/vm/vnode_pager.c
@@ -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)
OpenPOWER on IntegriCloud