src/musicutils.h: fix documentation for fvec_clamp
authorPaul Brossier <piem@piem.org>
Sun, 26 Mar 2017 11:19:49 +0000 (13:19 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 26 Mar 2017 11:19:49 +0000 (13:19 +0200)
src/musicutils.h

index b3b266e..d9638ac 100644 (file)
@@ -159,7 +159,7 @@ smpl_t aubio_level_detection (const fvec_t * v, smpl_t threshold);
 /** clamp the values of a vector within the range [-abs(max), abs(max)]
 
   \param in vector to clamp
-  \param max maximum value over which input vector elements should be clamped
+  \param absmax maximum value over which input vector elements should be clamped
 
 */
 void fvec_clamp(fvec_t *in, smpl_t absmax);