Skip to content

Commit d42a6aa

Browse files
committed
typo
1 parent 30082a7 commit d42a6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rvoice/fluid_iir_filter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ void fluid_iir_filter_calc(fluid_iir_filter_t *iir_filter,
355355
fres_diff = fres - iir_filter->last_fres;
356356
if(iir_filter->filter_startup)
357357
{
358-
// The filer was just starting up, make sure to calculate initial coefficients for the initial Q value, even though the fres may not have changed
358+
// The filter was just starting up, make sure to calculate initial coefficients for the initial Q value, even though the fres may not have changed
359359
calc_coeff_flag = TRUE;
360360

361361
iir_filter->fres_incr_count = 0;

0 commit comments

Comments
 (0)