summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-11-10 18:12:00 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-11-10 18:12:00 +0000
commit6448e8611763ee20bc2c8272221428c6ca3c8afb (patch)
treeb74f8d9fa9bf6a30f7b07f54aea022d510c738f2
parent62a37c2083cf3fd34b99225c5c26ddc85e4c4787 (diff)
typo: be -> by in comment
``of course'' deraadt@.
-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 f1ddb1e0a86..9370d4a9925 100644
--- a/sys/uvm/uvm_map.c
+++ b/sys/uvm/uvm_map.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_map.c,v 1.107 2008/11/04 21:37:06 deraadt Exp $ */
+/* $OpenBSD: uvm_map.c,v 1.108 2008/11/10 18:11:59 oga Exp $ */
/* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */
/*
@@ -1077,7 +1077,7 @@ uvm_map_lookup_entry(struct vm_map *map, vaddr_t address,
}
/*
- * Checks if address pointed to be phint fits into the empty
+ * Checks if address pointed to by phint fits into the empty
* space before the vm_map_entry after. Takes aligment and
* offset into consideration.
*/