From 38865ef9cf2c3375d4b966cb0b392ddb0a29492d Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - ASCEE" Date: Mon, 20 Jan 2020 12:11:22 +0100 Subject: [PATCH] Bugfix in comment. sosfilterbank.h --- lasp/c/lasp_sosfilterbank.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasp/c/lasp_sosfilterbank.h b/lasp/c/lasp_sosfilterbank.h index 33ba3d6..73c2159 100644 --- a/lasp/c/lasp_sosfilterbank.h +++ b/lasp/c/lasp_sosfilterbank.h @@ -38,7 +38,7 @@ us Sosfilterbank_getFilterbankSize(const Sosfilterbank* fb); * @param filter_no: Filter number in the bank * @param coefss: Array of filter coefficients. Should have a length of * nsections x 6, for each of the sections, it contains (b0, b1, b2, a0, - * a1, a2), where a are the numerator coefficients and b are the denominator + * a1, a2), where b are the numerator coefficients and a are the denominator * coefficients. * */