diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-10-23 01:42:23 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-10-23 01:42:23 +0000 |
commit | c84cf0dd8fd0bf7d99af0ef09fee438bd709eabe (patch) | |
tree | 7c9a00e131db29b75a746429cbb0477722b952a7 /sys/uvm/uvm_fault.c | |
parent | adb2de8ab58120c3f2994283589c50edc46cbafe (diff) |
typo
Diffstat (limited to 'sys/uvm/uvm_fault.c')
-rw-r--r-- | sys/uvm/uvm_fault.c | 4 |
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. */ |