Index: webrtc/modules/audio_processing/transient/transient_suppressor.h |
diff --git a/webrtc/modules/audio_processing/transient/transient_suppressor.h b/webrtc/modules/audio_processing/transient/transient_suppressor.h |
index 5a6f117629d5be4981123b9673e44195f44c9834..ad01e170bf5ad97f9c22b86361926a0f3e046ff4 100644 |
--- a/webrtc/modules/audio_processing/transient/transient_suppressor.h |
+++ b/webrtc/modules/audio_processing/transient/transient_suppressor.h |
@@ -32,7 +32,8 @@ class TransientSuppressor { |
int Initialize(int sample_rate_hz, int detector_rate_hz, int num_channels); |
// Processes a |data| chunk, and returns it with keystrokes suppressed from |
- // it. The float format is assumed to be int16 ranged. If there are more than |
+ // it. The float format is assumed to be int16_t ranged. If there are more |
+ // than |
hlundin-webrtc
2015/09/22 09:57:31
Malformed comment; 'than' dangling on it's own lin
|
// one channel, the chunks are concatenated one after the other in |data|. |
// |data_length| must be equal to |data_length_|. |
// |num_channels| must be equal to |num_channels_|. |