Skip to content

Commit

Permalink
stimer: fix typo in doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
pjonsson committed Aug 19, 2023
1 parent 8ca4cff commit 1858a17
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 1858a17

Please sign in to comment.