X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/071e02c6b6b4837fa9cf0b6d4c749994e02638d7..b3c6599bb7ab8518c3a457579c538c6520e85b01:/Projects/Webserver/Lib/uip/timer.c?ds=inline diff --git a/Projects/Webserver/Lib/uip/timer.c b/Projects/Webserver/Lib/uip/timer.c index 74eedf611..3c5fd202e 100644 --- a/Projects/Webserver/Lib/uip/timer.c +++ b/Projects/Webserver/Lib/uip/timer.c @@ -94,7 +94,7 @@ timer_reset(struct timer *t) * current time. * * \note A periodic timer will drift if this function is used to reset - * it. For preioric timers, use the timer_reset() function instead. + * it. For periodic timers, use the timer_reset() function instead. * * \param t A pointer to the timer. *