From 667e83d71eebba70817ab035ef207a52785bc129 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 2 Nov 2015 20:18:11 +0100 Subject: fix some typos Sponsored-by: On-Waves ehi --- include/osmocom/core/timer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/osmocom/core/timer.h') diff --git a/include/osmocom/core/timer.h b/include/osmocom/core/timer.h index d7343576..6730bfe1 100644 --- a/include/osmocom/core/timer.h +++ b/include/osmocom/core/timer.h @@ -37,16 +37,16 @@ * Timer management: * - Create a struct osmo_timer_list * - Fill out timeout and use add_timer or - * use schedule_timer to schedule a timer in + * use osmo_timer_schedule to schedule a timer in * x seconds and microseconds from now... - * - Use del_timer to remove the timer + * - Use osmo_timer_del to remove the timer * * Internally: * - We hook into select.c to give a timeval of the * nearest timer. On already passed timers we give * it a 0 to immediately fire after the select - * - update_timers will call the callbacks and remove - * the timers. + * - osmo_timers_update will call the callbacks and + * remove the timers. * */ /*! \brief A structure representing a single instance of a timer */ -- cgit v1.2.3