cosmetic: osmux: Fix typo in comment

Change-Id: Ieeaa5543e56a824752413dadf161329f5ea0e4e7
This commit is contained in:
Pau Espin 2022-09-27 17:35:29 +02:00
parent fe78dc46ed
commit 845a386dcd
1 changed files with 2 additions and 2 deletions

View File

@ -567,7 +567,7 @@ static void osmux_replay_lost_packets(struct osmux_circuit *circuit,
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 @@ static void osmux_replay_lost_packets(struct osmux_circuit *circuit,
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 */