| Index: webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc
|
| index 4c740e806f99531eba7d2f9b13e55a13f18deca5..703d3a231a3d3ef50dda96cd7e9e8560b485a040 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc
|
| @@ -320,7 +320,7 @@ int32_t RTPSenderVideo::SendVideo(const RtpVideoCodecTypes videoType,
|
| // a lock. It'll be a no-op if it's not registered.
|
| // TODO(guoweis): For now, all packets sent will carry the CVO such that
|
| // the RTP header length is consistent, although the receiver side will
|
| - // only exam the packets with market bit set.
|
| + // only exam the packets with marker bit set.
|
| size_t packetSize = payloadSize + rtp_header_length;
|
| RtpUtility::RtpHeaderParser rtp_parser(dataBuffer, packetSize);
|
| RTPHeader rtp_header;
|
|
|