diff --git a/include/bw_gain.h b/include/bw_gain.h
index c4340c7..d3d03c2 100644
--- a/include/bw_gain.h
+++ b/include/bw_gain.h
@@ -20,13 +20,19 @@
/*!
* module_type {{{ dsp }}}
- * version {{{ 1.2.0 }}}
+ * version {{{ 1.2.1 }}}
* requires {{{ bw_common bw_math bw_one_pole }}}
* description {{{
* Smoothed gain module with optional sticky gain-reach threshold.
* }}}
* changelog {{{
*
+ * - Version 1.2.1:
+ *
+ * - Fixed typo in the documentation of
+ *
bw_gain_update_coeffs_audio*()
.
+ *
+ *
* - Version 1.2.0:
*
* - Added optional sticky gain-reach threshold and related API.
@@ -164,7 +170,7 @@ static inline void bw_gain_update_coeffs_ctrl(
/*! <<<```
* Triggers control-rate update of coefficients in `coeffs`.
*
- * #### bw_gain_update_coeffs_audio()
+ * #### bw_gain_update_coeffs_audio*()
* ```>>> */
static inline void bw_gain_update_coeffs_audio(
bw_gain_coeffs * BW_RESTRICT coeffs);