summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2011-04-01 12:58:13 +0000
committerkrw <krw@openbsd.org>2011-04-01 12:58:13 +0000
commitedd91a89cd425cfefee2d1ba78f8f376909d8ffe (patch)
treec7ebaf0e3e81914ecce66a5bb428ae2423e5440d
parentjust report the frame interval in the same terms the device gives us. (diff)
downloadwireguard-openbsd-edd91a89cd425cfefee2d1ba78f8f376909d8ffe.tar.xz
wireguard-openbsd-edd91a89cd425cfefee2d1ba78f8f376909d8ffe.zip
Typo in comment.
-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
*/