diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-09-07 08:17:45 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-09-07 08:17:45 +0000 |
commit | 8c05672a1588602a79a0164f2e911c1f334826e5 (patch) | |
tree | ff77666616d27efadcc45f31e6058f1fa0173864 | |
parent | 33f8fc737fc38867d8e285bc82ac46431f182ae0 (diff) |
typo in comment
-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 65aa4a1988b..7d3090e4998 100644 --- a/sys/uvm/uvm_fault.c +++ b/sys/uvm/uvm_fault.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_fault.c,v 1.76 2014/07/11 16:35:40 jsg Exp $ */ +/* $OpenBSD: uvm_fault.c,v 1.77 2014/09/07 08:17:44 guenther Exp $ */ /* $NetBSD: uvm_fault.c,v 1.51 2000/08/06 00:22:53 thorpej Exp $ */ /* @@ -805,7 +805,7 @@ ReFault: /* * Since this page isn't the page that's - * actually fauling, ignore pmap_enter() + * actually faulting, ignore pmap_enter() * failures; it's not critical that we * enter these right now. */ |