]> git.sesse.net Git - vlc/commitdiff
RTP: typos
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 28 Mar 2010 16:49:39 +0000 (19:49 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 28 Mar 2010 17:41:43 +0000 (20:41 +0300)
modules/access/rtp/session.c

index 22f127ea3385a12559cb7f085508cc956831100c..d37be187951da9e7ac84c617211a90046a40f822 100644 (file)
@@ -468,13 +468,13 @@ bool rtp_dequeue (demux_t *demux, const rtp_session_t *session,
          *
          * This situation occurs if a packet got lost, or if the network has
          * re-ordered packets. Unfortunately, the MSL is 2 minutes, orders of
-         * magnitude too long for multimedia. We need a tradeoff.
+         * magnitude too long for multimedia. We need a trade-off.
          * If we underestimated IPDV, we may have to discard valid but late
          * packets. If we overestimate it, we will either cause too much
          * delay, or worse, underflow our downstream buffers, as we wait for
          * definitely a lost packets.
          *
-         * The rest of the "de-jitter buffer" work is done by the interval
+         * The rest of the "de-jitter buffer" work is done by the internal
          * LibVLC E/S-out clock synchronization. Here, we need to bother about
          * re-ordering packets, as decoders can't cope with mis-ordered data.
          */