From 1136442dc19347a7330dca1ca0b58b97324872ff Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 26 Mar 2017 13:19:49 +0200 Subject: [PATCH] src/musicutils.h: fix documentation for fvec_clamp --- src/musicutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musicutils.h b/src/musicutils.h index b3b266e4..d9638ac1 100644 --- a/src/musicutils.h +++ b/src/musicutils.h @@ -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); -- 2.11.0