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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Oct 28 19:40:54 UTC 2019


laforge has submitted this change. ( 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(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved



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: 2
Gerrit-Owner: roox <mardnh at gmx.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191028/aea66110/attachment.htm>


More information about the gerrit-log mailing list