From 2bef44bd6b9ef946b8078aa8a69369bc1d42892b Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 12 Mar 2024 18:35:42 +0100 Subject: [PATCH] event_periodic_callback: fix typo --- sys/include/event/periodic_callback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/include/event/periodic_callback.h b/sys/include/event/periodic_callback.h index 6cb03acaf4..26ff293f9f 100644 --- a/sys/include/event/periodic_callback.h +++ b/sys/include/event/periodic_callback.h @@ -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