diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-11-24 18:47:35 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2011-11-24 18:47:35 +0000 |
commit | 1204728b924b756bcc1f2167853298ae595a4cb5 (patch) | |
tree | a96ecf1935827d9f28e0e1303622014955cbce2f /sys/uvm | |
parent | d67c8bea4b36b638bcf0cd636e0c6156e7426a00 (diff) |
Fix spelling and remove question
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_map.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c index 738136bd1b6..e097952a130 100644 --- a/sys/uvm/uvm_map.c +++ b/sys/uvm/uvm_map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_map.c,v 1.146 2011/11/08 11:42:43 miod Exp $ */ +/* $OpenBSD: uvm_map.c,v 1.147 2011/11/24 18:47:34 guenther Exp $ */ /* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */ /* @@ -3184,10 +3184,10 @@ uvmspace_init(struct vmspace *vm, struct pmap *pmap, vaddr_t min, vaddr_t max, } /* - * uvmspace_share: share a vmspace between two proceses + * uvmspace_share: share a vmspace between two processes * * - XXX: no locking on vmspace - * - used for vfork, threads(?) + * - used for vfork and threads */ void |