Fixed many typos in output and source code comments

This commit is contained in:
Martin Hauke
2019-07-15 21:14:52 +02:00
committed by Andreas Eversberg
parent c357ab5ad5
commit 75765d49b7
30 changed files with 49 additions and 49 deletions

View File

@@ -82,7 +82,7 @@ int main(void)
iir_lowpass_init(&lp, 10000.0 / 2.0, 50000, 4);
T_START()
iir_process(&lp, samples, SAMPLES);
T_STOP("low-pass filter (eigth order)", SAMPLES)
T_STOP("low-pass filter (eighth order)", SAMPLES)
fm_exit();