diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2004-03-12 00:16:48 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2004-03-12 00:16:48 +0000 |
| commit | 2965c04576fb395b16a2dfb052d44a7608c1787c (patch) | |
| tree | 93bfc32a167fb1664f63540e846272271cbb8f6f | |
| parent | 378f3f5a171a573324882e785effa771415fade7 (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 241cba2829ed7..f68ab69e45dd1 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 */ |
