Fixed typo.
This commit is contained in:
parent
793d71f65d
commit
d13a66e63a
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
*
|
*
|
||||||
* Author: Adam Dunkels <adam@sics.se>
|
* Author: Adam Dunkels <adam@sics.se>
|
||||||
*
|
*
|
||||||
* $Id: timer.c,v 1.1 2006/06/17 22:41:20 adamdunkels Exp $
|
* $Id: timer.c,v 1.2 2007/05/27 11:11:28 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "contiki-conf.h"
|
#include "contiki-conf.h"
|
||||||
|
@ -75,7 +75,7 @@ timer_set(struct timer *t, clock_time_t interval)
|
||||||
* given to the timer_set() function. The start point of the interval
|
* given to the timer_set() function. The start point of the interval
|
||||||
* is the exact time that the timer last expired. Therefore, this
|
* is the exact time that the timer last expired. Therefore, this
|
||||||
* function will cause the timer to be stable over time, unlike the
|
* function will cause the timer to be stable over time, unlike the
|
||||||
* timer_rester() function.
|
* timer_restart() function.
|
||||||
*
|
*
|
||||||
* \param t A pointer to the timer.
|
* \param t A pointer to the timer.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue