pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/29499 )
Change subject: cosmetic: osmux: Fix typo in comment ......................................................................
cosmetic: osmux: Fix typo in comment
Change-Id: Ieeaa5543e56a824752413dadf161329f5ea0e4e7 --- M src/osmux.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/99/29499/1
diff --git a/src/osmux.c b/src/osmux.c index bd05f76..801372b 100644 --- a/src/osmux.c +++ b/src/osmux.c @@ -567,7 +567,7 @@ struct rtp_hdr *rtph; int i;
- /* Have we see any RTP packet in this batch before? */ + /* Have we seen any RTP packet in this batch before? */ if (llist_empty(&circuit->msg_list)) return;
@@ -597,7 +597,7 @@ memcpy(clone->data, last->data, last->len); msgb_put(clone, last->len);
- /* The original RTP message has been already sanity check. */ + /* The original RTP message has been already sanity checked. */ rtph = osmo_rtp_get_hdr(clone);
/* Adjust sequence number and timestamp */