From 3a8e279fde169bbb082b3cd483b8e616f9a09016 Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Mon, 14 Oct 2024 11:27:47 +0200 Subject: [PATCH] cosmetics --- include/bw_peak.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/bw_peak.h b/include/bw_peak.h index 89a1e8a..ffa9b57 100644 --- a/include/bw_peak.h +++ b/include/bw_peak.h @@ -303,7 +303,7 @@ static inline void bw_peak_set_peak_gain_lin( * * If actually using the bandwidth parameter to control Q, by the time * `bw_peak_reset_\*()`, `bw_peak_update_coeffs_\*()`, or - * `bw_peak_process\*()`, is called, + * `bw_peak_process\*()` is called, * `bw_sqrtf(bw_pow2f(bandwidth) * peak_gain) * * bw_rcpf(bw_pow2f(bandwidth) - 1.f)` must be in [`1e-6f`, `1e6f`]. * @@ -321,7 +321,7 @@ static inline void bw_peak_set_peak_gain_dB( * * If actually using the bandwidth parameter to control Q, by the time * `bw_peak_reset_\*()`, `bw_peak_update_coeffs_\*()`, or - * `bw_peak_process\*()`, is called, + * `bw_peak_process\*()` is called, * `bw_sqrtf(bw_pow2f(bandwidth) * peak_gain) * * bw_rcpf(bw_pow2f(bandwidth) - 1.f)` must be in [`1e-6f`, `1e6f`]. * @@ -339,7 +339,7 @@ static inline void bw_peak_set_bandwidth( * * If actually using the bandwidth parameter to control Q, by the time * `bw_peak_reset_\*()`, `bw_peak_update_coeffs_\*()`, or - * `bw_peak_process\*()`, is called, + * `bw_peak_process\*()` is called, * `bw_sqrtf(bw_pow2f(bandwidth) * peak_gain) * * bw_rcpf(bw_pow2f(bandwidth) - 1.f)` must be in [`1e-6f`, `1e6f`]. *