diff options
Diffstat (limited to 'sys/uvm')
-rw-r--r-- | sys/uvm/uvm_glue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_glue.c b/sys/uvm/uvm_glue.c index ae73461f51b..6d307bc47fa 100644 --- a/sys/uvm/uvm_glue.c +++ b/sys/uvm/uvm_glue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_glue.c,v 1.32 2002/03/14 01:27:18 millert Exp $ */ +/* $OpenBSD: uvm_glue.c,v 1.33 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: uvm_glue.c,v 1.44 2001/02/06 19:54:44 eeh Exp $ */ /* @@ -450,7 +450,7 @@ loop: * we have found swapped out process which we would like to bring * back in. * - * XXX: this part is really bogus cuz we could deadlock on memory + * XXX: this part is really bogus because we could deadlock on memory * despite our feeble check */ if (uvmexp.free > atop(USPACE)) { |