summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/timer.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-11-02 02:45:46 +0000
committerderaadt <deraadt@openbsd.org>2014-11-02 02:45:46 +0000
commitc2704aa140cc1de725d21a6cdeb2ad0f5fcf46b7 (patch)
tree2f51a602738d92c195695f1c262f958cd06e7948 /usr.sbin/rtadvd/timer.c
parentremove bogus comment (diff)
downloadwireguard-openbsd-c2704aa140cc1de725d21a6cdeb2ad0f5fcf46b7.tar.xz
wireguard-openbsd-c2704aa140cc1de725d21a6cdeb2ad0f5fcf46b7.zip
make comment select() vs poll() agnostic
Diffstat (limited to 'usr.sbin/rtadvd/timer.c')
-rw-r--r--usr.sbin/rtadvd/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rtadvd/timer.c b/usr.sbin/rtadvd/timer.c
index 56455423ca6..6394e80ce3b 100644
--- a/usr.sbin/rtadvd/timer.c
+++ b/usr.sbin/rtadvd/timer.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: timer.c,v 1.12 2014/07/04 22:39:31 guenther Exp $ */
+/* $OpenBSD: timer.c,v 1.13 2014/11/02 02:45:46 deraadt Exp $ */
/* $KAME: timer.c,v 1.7 2002/05/21 14:26:55 itojun Exp $ */
/*
@@ -88,7 +88,7 @@ rtadvd_set_timer(struct timeval *tm, struct rtadvd_timer *timer)
/*
* Check expiration for each timer. If a timer is expired,
* call the expire function for the timer and update the timer.
- * Return the next interval for select() call.
+ * Return the next interval.
*/
struct timeval *
rtadvd_check_timer()