summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorJason Peel <jsyn@cvs.openbsd.org>2002-06-09 02:11:48 +0000
committerJason Peel <jsyn@cvs.openbsd.org>2002-06-09 02:11:48 +0000
commit2439e8f755866486c809af0482589d2337018d37 (patch)
tree9aacf45e2c9a411d5e46c9464602099113ab6a51 /sys/uvm
parent27f4526e7f1e0379a00d49b3aadfa61e513ac2b2 (diff)
fix the use of "cuz" in the tree; these are all in comments
noticed by aaron@, recommended by deraadt@
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_glue.c4
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)) {