pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29516 )
Change subject: cosmetic: osmux: Fix typo in comment ......................................................................
cosmetic: osmux: Fix typo in comment
Change-Id: I05aa1941f9cc8f3aa5ba873cf134767b56b56b69 --- M src/osmux.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/16/29516/1
diff --git a/src/osmux.c b/src/osmux.c index 991fd33..de59d2f 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 &&