summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_fault.c
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2005-10-23 01:42:23 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2005-10-23 01:42:23 +0000
commitc84cf0dd8fd0bf7d99af0ef09fee438bd709eabe (patch)
tree7c9a00e131db29b75a746429cbb0477722b952a7 /sys/uvm/uvm_fault.c
parentadb2de8ab58120c3f2994283589c50edc46cbafe (diff)
typo
Diffstat (limited to 'sys/uvm/uvm_fault.c')
-rw-r--r--sys/uvm/uvm_fault.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_fault.c b/sys/uvm/uvm_fault.c
index 74a031a0945..a33d274f1f7 100644
--- a/sys/uvm/uvm_fault.c
+++ b/sys/uvm/uvm_fault.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_fault.c,v 1.34 2005/05/03 11:52:35 mickey Exp $ */
+/* $OpenBSD: uvm_fault.c,v 1.35 2005/10/23 01:42:22 pedro Exp $ */
/* $NetBSD: uvm_fault.c,v 1.51 2000/08/06 00:22:53 thorpej Exp $ */
/*
@@ -549,7 +549,7 @@ uvmfault_anonget(ufi, amap, anon)
* => called from MD code to resolve a page fault
* => VM data structures usually should be unlocked. however, it is
* possible to call here with the main map locked if the caller
- * gets a write lock, sets it recusive, and then calls us (c.f.
+ * gets a write lock, sets it recursive, and then calls us (c.f.
* uvm_map_pageable). this should be avoided because it keeps
* the map locked off during I/O.
*/