aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Webserver/Lib/uip/timer.c')
-rw-r--r--Projects/Webserver/Lib/uip/timer.c2
1 files changed, 1 insertions, 1 deletions
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.
*