Skip to content

Commit

Permalink
event_periodic_callback: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Mar 12, 2024
1 parent 6f604a8 commit 2bef44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/event/periodic_callback.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static inline void *event_periodic_callback_get_arg(event_periodic_callback_t *e
/**
* @brief Initialize a periodic callback event
*
* @note: On init the periodic event is to to run forever.
* @note: On init the periodic event is configured to run forever.
*
* @param[in] event event_periodic_callback object to initialize
* @param[in] clock the clock to configure this timer on
Expand Down

0 comments on commit 2bef44b

Please sign in to comment.