summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-03-12 00:16:48 +0000
committerpeter <peter@FreeBSD.org>2004-03-12 00:16:48 +0000
commit2f1d89c4f55d3273daa21f802451981fcdc09254 (patch)
tree93bfc32a167fb1664f63540e846272271cbb8f6f
parentedecc780e9503bca97becf91cad9547178400b9a (diff)
downloadFreeBSD-src-2f1d89c4f55d3273daa21f802451981fcdc09254.zip
FreeBSD-src-2f1d89c4f55d3273daa21f802451981fcdc09254.tar.gz
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
-rw-r--r--sys/vm/vm_map.h2
1 files changed, 1 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud