From 89b1e688ca273335c7e7764a183a98c20033a6bc Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Fri, 18 Oct 2013 14:23:29 +0000 Subject: [PATCH] Minor comment fix after clang reformat. TBR=bjornv@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2479005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4996 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/audio_processing/aec/aec_resampler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"