Change in osmocom-bb[master]: Fix typo: miliseconds -> milliseconds

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

roox gerrit-no-reply at lists.osmocom.org
Sun Oct 13 17:21:50 UTC 2019


roox has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/15791 )


Change subject: Fix typo: miliseconds -> milliseconds
......................................................................

Fix typo: miliseconds -> milliseconds

Change-Id: I472c12fd1dfbff4ca1ead972535d735857f1c3e7
---
M src/target/firmware/include/comm/timer.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/91/15791/1

diff --git a/src/target/firmware/include/comm/timer.h b/src/target/firmware/include/comm/timer.h
index 1996f66..d43b067 100644
--- a/src/target/firmware/include/comm/timer.h
+++ b/src/target/firmware/include/comm/timer.h
@@ -61,7 +61,7 @@
  * 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);
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/15791
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I472c12fd1dfbff4ca1ead972535d735857f1c3e7
Gerrit-Change-Number: 15791
Gerrit-PatchSet: 1
Gerrit-Owner: roox <mardnh at gmx.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191013/01d63594/attachment.htm>


More information about the gerrit-log mailing list