summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2019-10-13 19:21:22 +0200
committerlaforge <laforge@osmocom.org>2019-10-22 14:07:31 +0000
commita4046877c6e4a3ab799788db75f37f56bd76a015 (patch)
tree5217ce16ede62f75f2ab0e5d60f18fe596660580 /src/target/firmware
parent1f7a2ab5d3e13ead22797d13953be885d583c77e (diff)
Fix typo: miliseconds -> milliseconds
Diffstat (limited to 'src/target/firmware')
-rw-r--r--src/target/firmware/include/comm/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/include/comm/timer.h b/src/target/firmware/include/comm/timer.h
index 1996f666..d43b067e 100644
--- a/src/target/firmware/include/comm/timer.h
+++ b/src/target/firmware/include/comm/timer.h
@@ -61,7 +61,7 @@ extern unsigned long volatile jiffies;
* timer management
*/
void osmo_timer_add(struct osmo_timer_list *timer);
-void osmo_timer_schedule(struct osmo_timer_list *timer, int miliseconds);
+void osmo_timer_schedule(struct osmo_timer_list *timer, int milliseconds);
void osmo_timer_del(struct osmo_timer_list *timer);
int osmo_timer_pending(struct osmo_timer_list *timer);