summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_pdaemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/uvm/uvm_pdaemon.c')
-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 5fa7597c35d..cccee8373d3 100644
--- a/sys/uvm/uvm_pdaemon.c
+++ b/sys/uvm/uvm_pdaemon.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_pdaemon.c,v 1.56 2010/09/26 12:53:27 thib Exp $ */
+/* $OpenBSD: uvm_pdaemon.c,v 1.57 2011/04/01 12:58:13 krw Exp $ */
/* $NetBSD: uvm_pdaemon.c,v 1.23 2000/08/20 10:24:14 bjh21 Exp $ */
/*
@@ -151,7 +151,7 @@ uvm_wait(const char *wmsg)
/*
* uvmpd_tune: tune paging parameters
*
- * => called when ever memory is added (or removed?) to the system
+ * => called whenever memory is added to (or removed from?) the system
* => caller must call with page queues locked
*/