diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-03-27 02:39:01 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-03-27 02:39:01 +0000 |
| commit | 4491ea911154b90fedbf4dd66b12150543107b1e (patch) | |
| tree | 6804e334f4fcd1e09254e650a56d0b4359df5795 | |
| parent | 0f74091f66dca6eb85015a755def0b8cec4e3c0d (diff) | |
Notes
| -rw-r--r-- | sys/vm/vnode_pager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 4aef81bc8b96..b645ee3a6200 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) |
