diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
commit | 1090c37a2abb53f452afc18664a076f51e6f21b6 (patch) | |
tree | f584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/uvm | |
parent | 6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_pager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/uvm/uvm_pager.c b/sys/uvm/uvm_pager.c index 3be80a7388d..f85693b932a 100644 --- a/sys/uvm/uvm_pager.c +++ b/sys/uvm/uvm_pager.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_pager.c,v 1.15 2001/09/19 20:50:59 mickey Exp $ */ +/* $OpenBSD: uvm_pager.c,v 1.16 2001/09/20 17:02:32 mpech Exp $ */ /* $NetBSD: uvm_pager.c,v 1.30 2000/05/20 03:36:06 thorpej Exp $ */ /* @@ -502,7 +502,7 @@ ReTry: } /* - * a pager error occured. + * a pager error occurred. * for transient errors, drop to a cluster of 1 page ("pg") * and try again. for hard errors, don't bother retrying. */ @@ -566,7 +566,7 @@ ReTry: } /* - * a pager error occured (even after dropping the cluster, if there + * a pager error occurred (even after dropping the cluster, if there * was one). give up! the caller only has one page ("pg") * to worry about. */ |