summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-09-09 15:48:44 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-09-09 15:48:44 +0000
commit1e531964ae2c8d5d3c8bc025b4d9603c8444d1d0 (patch)
tree4aa0130740acd6fced50dfa0f2c909d30a9626ea /sys/uvm
parent6cca4c3c77b446e42153f34a8bb3195fbe65b61e (diff)
typos
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_km.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/uvm/uvm_km.c b/sys/uvm/uvm_km.c
index 0b1ca938c8c..1c352299835 100644
--- a/sys/uvm/uvm_km.c
+++ b/sys/uvm/uvm_km.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_km.c,v 1.46 2005/05/24 21:11:47 tedu Exp $ */
+/* $OpenBSD: uvm_km.c,v 1.47 2005/09/09 15:48:43 pedro Exp $ */
/* $NetBSD: uvm_km.c,v 1.42 2001/01/14 02:10:01 thorpej Exp $ */
/*
@@ -850,7 +850,7 @@ uvm_km_alloc_poolpage1(map, obj, waitok)
int s;
/*
- * NOTE: We may be called with a map that doens't require splvm
+ * NOTE: We may be called with a map that doesn't require splvm
* protection (e.g. kernel_map). However, it does not hurt to
* go to splvm in this case (since unprocted maps will never be
* accessed in interrupt context).
@@ -884,7 +884,7 @@ uvm_km_free_poolpage1(map, addr)
int s;
/*
- * NOTE: We may be called with a map that doens't require splvm
+ * NOTE: We may be called with a map that doesn't require splvm
* protection (e.g. kernel_map). However, it does not hurt to
* go to splvm in this case (since unprocted maps will never be
* accessed in interrupt context).