summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2006-05-16 08:34:43 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2006-05-16 08:34:43 +0000
commit8cf14ebac66f25ff4a6e33c9d6c25e25200238d9 (patch)
tree6bebb850599e8a3d2c6ad3f07181b7295096ac2a /sys/uvm
parent5f1d69ba474cd5d1c74b21b0b5c16dbe2f6c8e1c (diff)
tpyo
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_pdaemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pdaemon.c b/sys/uvm/uvm_pdaemon.c
index 95b97114504..ee549042d8b 100644
--- a/sys/uvm/uvm_pdaemon.c
+++ b/sys/uvm/uvm_pdaemon.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_pdaemon.c,v 1.26 2006/05/07 20:06:50 tedu Exp $ */
+/* $OpenBSD: uvm_pdaemon.c,v 1.27 2006/05/16 08:34:42 mickey Exp $ */
/* $NetBSD: uvm_pdaemon.c,v 1.23 2000/08/20 10:24:14 bjh21 Exp $ */
/*
@@ -82,7 +82,7 @@
#include <uvm/uvm.h>
/*
- * UVMPD_NUMDIRTYREACTS is how many dirty pages the pagedeamon will reactivate
+ * UVMPD_NUMDIRTYREACTS is how many dirty pages the pagedaemon will reactivate
* in a pass thru the inactive list when swap is full. the value should be
* "small"... if it's too large we'll cycle the active pages thru the inactive
* queue too quickly to for them to be referenced and avoid being freed.