Index: webrtc/audio_receive_stream.h |
diff --git a/webrtc/audio_receive_stream.h b/webrtc/audio_receive_stream.h |
index 8cab094f4bed211946f878cbdbda25708aa75886..b14ffb452eeae281dd7b1541b30154283b275834 100644 |
--- a/webrtc/audio_receive_stream.h |
+++ b/webrtc/audio_receive_stream.h |
@@ -112,7 +112,7 @@ class AudioReceiveStream : public ReceiveStream { |
// Sets an audio sink that receives unmixed audio from the receive stream. |
// Ownership of the sink is passed to the stream and can be used by the |
// caller to do lifetime management (i.e. when the sink's dtor is called). |
- // Only one sink can be set and passing a null sink, clears an existing one. |
+ // Only one sink can be set and passing a null sink clears an existing one. |
// NOTE: Audio must still somehow be pulled through AudioTransport for audio |
// to stream through this sink. In practice, this happens if mixed audio |
// is being pulled+rendered and/or if audio is being pulled for the purposes |