We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a607975 commit 8bdda80Copy full SHA for 8bdda80
examples/fmac.rs
@@ -71,7 +71,7 @@ fn main() -> ! {
71
fmac.set_watermark(Buffer::X1, Watermark::Threshold1);
72
fmac.set_watermark(Buffer::Y, Watermark::Threshold1);
73
74
- // Select the IIR function, sepecifying the number of
+ // Select the IIR function, specifying the number of
75
// feedforward and feedback coefficients, and the gain
76
fmac.select_function(IIR {
77
feedforward_coeffs: 1,
0 commit comments