diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timer.c b/src/timer.c index 02160a10..0b2e3dd3 100644 --- a/src/timer.c +++ b/src/timer.c @@ -68,8 +68,8 @@ static void __add_timer(struct osmo_timer_list *timer) /*! set up timer callback and data * \param[in] timer the timer that should be added - * \param[in] callback function to be called when timer expires - * \param[in] pointer to data that passed to the callback function + * \param[in] cb function to be called when timer expires + * \param[in] data pointer to data that passed to the callback function */ void osmo_timer_setup(struct osmo_timer_list *timer, void (*cb)(void *data), void *data) |