diff options
| -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) |
