timeouts: Trivial comment fix for cyclic_timer

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: goldsimon <goldsimon@gmx.de>
This commit is contained in:
Axel Lin 2017-06-21 16:04:10 +08:00 committed by goldsimon
parent d4c8a1ac78
commit aa98747d6f

View File

@ -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
*/