Index: media/mojo/interfaces/audio_decoder.mojom |
diff --git a/media/mojo/interfaces/audio_decoder.mojom b/media/mojo/interfaces/audio_decoder.mojom |
index 70a27550d1ba6e10f91f051f12f78e952723be04..544945cf3a721d7bb18edddcab4ef9d0fd5a8858 100644 |
--- a/media/mojo/interfaces/audio_decoder.mojom |
+++ b/media/mojo/interfaces/audio_decoder.mojom |
@@ -21,7 +21,7 @@ interface AudioDecoder { |
Initialize(AudioDecoderClient client, AudioDecoderConfig config, int32 cdm_id) |
=> (bool success, bool needs_bitstream_conversion); |
- // Established data connection. Should be called before Decode(). |
+ // Establishes data connection. Should be called before Decode(). |
SetDataSource(handle<data_pipe_consumer> receive_pipe); |
// Sends the |buffer| to the underlying codec. Should be called only after |