From aa98747d6ff48e474c43a826e8d061b7c74da840 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Wed, 21 Jun 2017 16:04:10 +0800 Subject: [PATCH] timeouts: Trivial comment fix for cyclic_timer Signed-off-by: Axel Lin Signed-off-by: goldsimon --- src/core/timeouts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/timeouts.c b/src/core/timeouts.c index 5d9c5cc7..28f8d0f5 100644 --- a/src/core/timeouts.c +++ b/src/core/timeouts.c @@ -157,7 +157,7 @@ tcp_timer_needed(void) #endif /* LWIP_TCP */ /** - * Timer callback function that calls mld6_tmr() and reschedules itself. + * Timer callback function that calls cyclic->handler() and reschedules itself. * * @param arg unused argument */