Skip to content

Commit e80cf4e

Browse files
Fix comment spelling mistake
Co-authored-by: Albin Hedman <[email protected]>
1 parent 3b2cb57 commit e80cf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fmac.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn main() -> ! {
7171
fmac.set_watermark(Buffer::X1, Watermark::Threshold1);
7272
fmac.set_watermark(Buffer::Y, Watermark::Threshold1);
7373

74-
// Select the IIR function, sepecifying the number of
74+
// Select the IIR function, specifying the number of
7575
// feedforward and feedback coefficients, and the gain
7676
fmac.select_function(IIR {
7777
feedforward_coeffs: 1,

0 commit comments

Comments
 (0)