pespin submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, but someone else must approve
cosmetic: osmux: Fix typo in comment

Change-Id: I05aa1941f9cc8f3aa5ba873cf134767b56b56b69
---
M src/osmux.c
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/osmux.c b/src/osmux.c
index 9816abb..628b763 100644
--- a/src/osmux.c
+++ b/src/osmux.c
@@ -152,7 +152,7 @@
/* rtp packet with the marker bit is always guaranteed to be the first
* one. We want to notify with marker in 2 scenarios:
* 1- Sender told us through osmux frame rtp_m.
- * 2- Sntermediate osmux frame lost (seq gap), otherwise rtp receiver only sees
+ * 2- Intermediate osmux frame lost (seq gap), otherwise rtp receiver only sees
* steady increase of delay
*/
rtph->marker = first_pkt &&

To view, visit change 29516. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I05aa1941f9cc8f3aa5ba873cf134767b56b56b69
Gerrit-Change-Number: 29516
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged