summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/timer.c
diff options
context:
space:
mode:
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()