Chromium Code Reviews| Index: webrtc/modules/audio_coding/neteq/sync_buffer.h |
| diff --git a/webrtc/modules/audio_coding/neteq/sync_buffer.h b/webrtc/modules/audio_coding/neteq/sync_buffer.h |
| index 5eae4bfc464b59d56f1df5a2e44f7e83d4b66241..eb90034eb151304e9d0cf99014c404017bdda6e6 100644 |
| --- a/webrtc/modules/audio_coding/neteq/sync_buffer.h |
| +++ b/webrtc/modules/audio_coding/neteq/sync_buffer.h |
| @@ -26,7 +26,7 @@ class SyncBuffer : public AudioMultiVector { |
| end_timestamp_(0), |
| dtmf_index_(0) {} |
| - // Returns the number of samples yet to play out form the buffer. |
| + // Returns the number of samples yet to play out from the buffer. |
|
hlundin-webrtc
2017/04/26 11:41:31
Totally unrelated typo fix.
|
| size_t FutureLength() const; |
| // Adds the contents of |append_this| to the back of the SyncBuffer. Removes |