summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-03-12 08:11:34 +0000
committerdg <dg@FreeBSD.org>1995-03-12 08:11:34 +0000
commit266265f98195da51bcdf5a40cd45a8a16409caa2 (patch)
treec03b4d0f78db9bc4a50575ed8451e626b54ca41d /sys/vm/vm_object.c
parent60d9c2c84995c4a2b16057a2d0b831e5dccc6820 (diff)
downloadFreeBSD-src-266265f98195da51bcdf5a40cd45a8a16409caa2.zip
FreeBSD-src-266265f98195da51bcdf5a40cd45a8a16409caa2.tar.gz
Fixed obsolete comment.
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 2538089..d0410b5 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.c,v 1.29 1995/03/07 17:25:46 davidg Exp $
+ * $Id: vm_object.c,v 1.30 1995/03/12 07:58:28 davidg Exp $
*/
/*
@@ -136,7 +136,7 @@ _vm_object_allocate(size, object)
object->size = size;
object->ref_count = 1;
vm_object_lock_init(object);
- object->flags = OBJ_INTERNAL; /* vm_allocate_with_pager will reset */
+ object->flags = OBJ_INTERNAL; /* pager will reset */
object->paging_in_progress = 0;
object->resident_page_count = 0;
OpenPOWER on IntegriCloud