diff --git a/webrtc/modules/audio_processing/aec/aec_resampler.c b/webrtc/modules/audio_processing/aec/aec_resampler.c index ebd052f800..5382665e10 100644 --- a/webrtc/modules/audio_processing/aec/aec_resampler.c +++ b/webrtc/modules/audio_processing/aec/aec_resampler.c @@ -9,8 +9,7 @@ */ /* Resamples a signal to an arbitrary rate. Used by the AEC to compensate for - * clock - * skew by resampling the farend signal. + * clock skew by resampling the farend signal. */ #include "webrtc/modules/audio_processing/aec/aec_resampler.h"