Skip to content

Commit

Permalink
Merge pull request contiki-ng#2622 from pjonsson/stimer-doxygen
Browse files Browse the repository at this point in the history
stimer: fix typo in doxygen
  • Loading branch information
nvt authored Aug 21, 2023
2 parents edfc427 + 1858a17 commit df4b7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/sys/stimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ stimer_reset(struct stimer *t)
* current time.
*
* \note A periodic timer will drift if this function is used to reset
* it. For preioric timers, use the stimer_reset() function instead.
* it. For periodic timers, use the stimer_reset() function instead.
*
* \param t A pointer to the timer.
*
Expand Down

0 comments on commit df4b7c9

Please sign in to comment.