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. |
size_t FutureLength() const; |
// Adds the contents of |append_this| to the back of the SyncBuffer. Removes |