diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-06 03:59:51 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-06 03:59:51 +0000 |
commit | 5cc7498e52d3b2dabed5c4893828bf545c5e5234 (patch) | |
tree | 68350fd73b76838e6ec33bf40e76d8ebf2dbcb93 /sys/uvm/uvm_km.c | |
parent | 8b4c616a4ddd875c0f61bb2598027552358845b9 (diff) |
typo
Diffstat (limited to 'sys/uvm/uvm_km.c')
-rw-r--r-- | sys/uvm/uvm_km.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_km.c b/sys/uvm/uvm_km.c index 1c352299835..7a6c67ae568 100644 --- a/sys/uvm/uvm_km.c +++ b/sys/uvm/uvm_km.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_km.c,v 1.47 2005/09/09 15:48:43 pedro Exp $ */ +/* $OpenBSD: uvm_km.c,v 1.48 2005/10/06 03:59:50 brad Exp $ */ /* $NetBSD: uvm_km.c,v 1.42 2001/01/14 02:10:01 thorpej Exp $ */ /* @@ -852,7 +852,7 @@ uvm_km_alloc_poolpage1(map, obj, waitok) /* * 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 + * go to splvm in this case (since unprotected maps will never be * accessed in interrupt context). * * XXX We may want to consider changing the interface to this |