summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_map.c
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2006-01-02 15:05:46 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2006-01-02 15:05:46 +0000
commit0625f85b4ceefd89e24b091ae7d12e1f1c9df180 (patch)
tree2c902cd31ee919dfb517c620d9688e71ebae78e6 /sys/uvm/uvm_map.c
parent268ac962fafb09001a2199f1b967b4448e247ad7 (diff)
fix typo in comment
ok deraadt@
Diffstat (limited to 'sys/uvm/uvm_map.c')
-rw-r--r--sys/uvm/uvm_map.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_map.c b/sys/uvm/uvm_map.c
index b4bbf8b862b..6040a4f6657 100644
--- a/sys/uvm/uvm_map.c
+++ b/sys/uvm/uvm_map.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_map.c,v 1.75 2005/12/10 16:06:10 krw Exp $ */
+/* $OpenBSD: uvm_map.c,v 1.76 2006/01/02 15:05:45 tom Exp $ */
/* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */
/*
@@ -3180,7 +3180,7 @@ uvmspace_alloc(min, max, pageable)
* uvmspace_init: initialize a vmspace structure.
*
* - XXX: no locking on this structure
- * - refcnt set to 1, rest must me init'd by caller
+ * - refcnt set to 1, rest must be init'd by caller
*/
void
uvmspace_init(vm, pmap, min, max, pageable)