OSDN Git Service

Fix typo in comment
authorGlenn Kasten <gkasten@google.com>
Tue, 15 Jul 2014 00:27:38 +0000 (17:27 -0700)
committerGlenn Kasten <gkasten@google.com>
Tue, 15 Jul 2014 00:27:38 +0000 (17:27 -0700)
Change-Id: Ic5a3999d2769d2c2fea0f9d0875fe40d382c306a

audio_utils/include/audio_utils/primitives.h

index 0785358..060aefb 100644 (file)
@@ -277,7 +277,7 @@ void memcpy_to_float_from_i32(float *dst, const int32_t *src, size_t count);
  *  src     Source buffer
  *  count   Number of stereo frames to downmix
  * The destination and source buffers must be completely separate (non-overlapping).
- * The current implementation truncates the sum rather than dither, but this may change.
+ * The current implementation truncates the mean rather than dither, but this may change.
  */
 void downmix_to_mono_i16_from_stereo_i16(int16_t *dst, const int16_t *src, size_t count);