ref: 1136442dc19347a7330dca1ca0b58b97324872ff
parent: 6e8f0215e97ce3200465d1ee036028b140995dba
author: Paul Brossier <piem@piem.org>
date: Sun Mar 26 09:19:49 EDT 2017
src/musicutils.h: fix documentation for fvec_clamp
--- a/src/musicutils.h
+++ b/src/musicutils.h
@@ -159,7 +159,7 @@
/** 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);