summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-01 11:07:23 -0400
committerluz.paz <luzpaz@users.noreply.github.com>2018-05-01 11:07:23 -0400
commit5f32c68462b99e1eadf5e0c000e38a52d56b7ea5 (patch)
tree84a26da508a110dfa1d9c0c1790b911310a704a2 /lib
parent54d15e3b6d6878131e36f2dac8d1b6180a8bf06b (diff)
Misc. typos
Fixes found via `codespell`
Diffstat (limited to 'lib')
-rw-r--r--lib/fidlib/fidrf_combined.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fidlib/fidrf_combined.h b/lib/fidlib/fidrf_combined.h
index 6b5a60641c..ae76a0256d 100644
--- a/lib/fidlib/fidrf_combined.h
+++ b/lib/fidlib/fidrf_combined.h
@@ -10,7 +10,7 @@
// Convolves all the filters into a single IIR/FIR pair, and runs
// that directly through static code. Compiled with GCC -O6 on
// ix86 this is surprisingly fast -- at worst half the speed of
-// assember code, at best matching it. The downside of
+// assembler code, at best matching it. The downside of
// convolving all the sub-filters together like this is loss of
// accuracy and instability in some kinds of filters, especially
// high-order ones. The one big advantage of this approach is