diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-03-11 22:25:20 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-03-11 22:25:20 +0000 |
| commit | a14e8fd0323f6ef03f365590fccde7667c6d73ea (patch) | |
| tree | 4c402fe2f6dcc70cc084b3cad10039215de48df4 | |
| parent | 63635f5ae2f8b91c30fda37cf7350e4483be595c (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_pager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 916f36f97312..2fba7f3f42b3 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_pager.c,v 1.11 1995/01/09 16:05:55 davidg Exp $ + * $Id: vm_pager.c,v 1.12 1995/01/10 07:32:51 davidg Exp $ */ /* @@ -317,8 +317,8 @@ vm_pager_lookup(pglist, handle) } /* - * This routine gains a reference to the object. - * Explicit deallocation is necessary. + * This routine loses a reference to the object - + * thus a reference must be gained before calling. */ int pager_cache(object, should_cache) |
