| Index: webrtc/modules/audio_processing/test/process_test.cc
|
| diff --git a/webrtc/modules/audio_processing/test/process_test.cc b/webrtc/modules/audio_processing/test/process_test.cc
|
| index 715762f31e100e9d1f025d0c671cffa045488477..ac8cd80654541c94cea52e0fe763c9687f46b82e 100644
|
| --- a/webrtc/modules/audio_processing/test/process_test.cc
|
| +++ b/webrtc/modules/audio_processing/test/process_test.cc
|
| @@ -636,8 +636,8 @@ void void_main(int argc, char* argv[]) {
|
| }
|
|
|
| if (!raw_output) {
|
| - // The WAV file needs to be reset every time, because it cant change
|
| - // it's sample rate or number of channels.
|
| + // The WAV file needs to be reset every time, because it can't change
|
| + // its sample rate or number of channels.
|
| output_wav_file.reset(new WavWriter(out_filename + ".wav",
|
| output_sample_rate,
|
| msg.num_output_channels()));
|
|
|