aboutsummaryrefslogtreecommitdiffstats
path: root/gr-fft
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2020-01-03 21:39:36 +0000
committerMartin Braun <martin.braun@ettus.com>2020-01-04 23:35:20 -0800
commit8f673bf0e5276fdfb441921869b6392bd98c509e (patch)
tree559752dc59d312ae1b7e89ae7c1e39a3128723e4 /gr-fft
parentgr-fft/goertzel_fc: Remove needless destructor (diff)
downloadgnuradio-8f673bf0e5276fdfb441921869b6392bd98c509e.tar.xz
gnuradio-8f673bf0e5276fdfb441921869b6392bd98c509e.zip
gr-fft/fft: Fix comment typo
Diffstat (limited to 'gr-fft')
-rw-r--r--gr-fft/include/gnuradio/fft/fft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fft/include/gnuradio/fft/fft.h b/gr-fft/include/gnuradio/fft/fft.h
index a553e6c72..84d02b373 100644
--- a/gr-fft/include/gnuradio/fft/fft.h
+++ b/gr-fft/include/gnuradio/fft/fft.h
@@ -91,7 +91,7 @@ public:
int outbuf_length() const { return d_outbuf.size(); }
/*!
- * Set the number of threads to use for caclulation.
+ * Set the number of threads to use for calculation.
*/
void set_nthreads(int n);