| Index: webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/audio_encoder.h b/webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| index 19dc3327578ec3c1853da96599052612f82b3e77..2c8d9ce5ece0bf97fa35820087ad0773f827c641 100644
|
| --- a/webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| +++ b/webrtc/modules/audio_coding/codecs/audio_encoder.h
|
| @@ -185,7 +185,7 @@ class AudioEncoder {
|
| virtual void OnReceivedRtt(int rtt_ms);
|
|
|
| // To allow encoder to adapt its frame length, it must be provided the frame
|
| - // length range that receives can accept.
|
| + // length range that receivers can accept.
|
| virtual void SetReceiverFrameLengthRange(int min_frame_length_ms,
|
| int max_frame_length_ms);
|
|
|
|
|