summaryrefslogtreecommitdiffstats
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
parent60d9c2c84995c4a2b16057a2d0b831e5dccc6820 (diff)
downloadFreeBSD-src-266265f98195da51bcdf5a40cd45a8a16409caa2.zip
FreeBSD-src-266265f98195da51bcdf5a40cd45a8a16409caa2.tar.gz
Fixed obsolete comment.
-rw-r--r--sys/vm/vm_mmap.c4
-rw-r--r--sys/vm/vm_object.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c
index a5d1932..03324bc 100644
--- a/sys/vm/vm_mmap.c
+++ b/sys/vm/vm_mmap.c
@@ -38,7 +38,7 @@
* from: Utah $Hdr: vm_mmap.c 1.6 91/10/21$
*
* @(#)vm_mmap.c 8.4 (Berkeley) 1/12/94
- * $Id: vm_mmap.c,v 1.11 1995/02/22 08:40:54 davidg Exp $
+ * $Id: vm_mmap.c,v 1.12 1995/03/07 17:27:49 davidg Exp $
*/
/*
@@ -437,7 +437,7 @@ munmapfd(p, fd)
#endif
/*
- * XXX should vm_deallocate any regions mapped to this file
+ * XXX should unmap any regions mapped to this file
*/
p->p_fd->fd_ofileflags[fd] &= ~UF_MAPPED;
}
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