summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pager.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-03-11 22:25:20 +0000
committerdg <dg@FreeBSD.org>1995-03-11 22:25:20 +0000
commitd0a0d19a5f1902a5fdf6a8c18d5177feb2a4ee86 (patch)
tree4c402fe2f6dcc70cc084b3cad10039215de48df4 /sys/vm/vm_pager.c
parentff36772fd11039f4395c7a617065d84862ac765e (diff)
downloadFreeBSD-src-d0a0d19a5f1902a5fdf6a8c18d5177feb2a4ee86.zip
FreeBSD-src-d0a0d19a5f1902a5fdf6a8c18d5177feb2a4ee86.tar.gz
Fix completely bogus comment.
Diffstat (limited to 'sys/vm/vm_pager.c')
-rw-r--r--sys/vm/vm_pager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c
index 916f36f..2fba7f3 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)
OpenPOWER on IntegriCloud