From 2f1d89c4f55d3273daa21f802451981fcdc09254 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 12 Mar 2004 00:16:48 +0000 Subject: Part 2 of rev 1.68. Update comment to match reality now that vm_endcopy exists and we no longer copy to the end of the struct. Forgotten by: alfred and green --- sys/vm/vm_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 241cba2..f68ab69 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -226,7 +226,7 @@ struct vmspace { struct pmap vm_pmap; /* private physical map */ int vm_refcnt; /* number of references */ struct shmmap_state *vm_shm; /* SYS5 shared memory private data XXX */ -/* we copy from vm_startcopy to the end of the structure on fork */ +/* we copy between vm_startcopy and vm_endcopy on fork */ #define vm_startcopy vm_rssize segsz_t vm_rssize; /* current resident set size in pages */ segsz_t vm_swrss; /* resident set size before last swap */ -- cgit v1.1