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

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  laforge: Looks good to me, approved



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

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

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Ieeaa5543e56a824752413dadf161329f5ea0e4e7
Gerrit-Change-Number: 29499
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to