summaryrefslogtreecommitdiff
path: root/gr-fec/include/gnuradio/fec/async_decoder.h
diff options
context:
space:
mode:
authorA. Maitland Bottoms <bottoms@debian.org>2016-06-20 09:55:57 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-06-20 09:55:57 -0700
commit037b34f9de04eec6d31941abff4e53fec83b0fe5 (patch)
treebf6a0cd0eb15f5ec7cb25a454118e05d64d5803e /gr-fec/include/gnuradio/fec/async_decoder.h
parent2a6c82f5c2b719720dc180276c9815287e8a9586 (diff)
Spelling fixes throughout the tree.
Diffstat (limited to 'gr-fec/include/gnuradio/fec/async_decoder.h')
-rw-r--r--gr-fec/include/gnuradio/fec/async_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/include/gnuradio/fec/async_decoder.h b/gr-fec/include/gnuradio/fec/async_decoder.h
index eda091568e..3c83ffa370 100644
--- a/gr-fec/include/gnuradio/fec/async_decoder.h
+++ b/gr-fec/include/gnuradio/fec/async_decoder.h
@@ -87,7 +87,7 @@ namespace gr {
* \param my_decoder An FECAPI decoder object child of the generic_decoder class.
* \param packed Sets output to packed bytes if true; otherwise, 1 bit per byte.
* \param rev_pack If packing bits, should they be reversed?
- * \param mtu The Maxium Transmission Unit (MTU) of the output
+ * \param mtu The Maximum Transmission Unit (MTU) of the output
* frame that the block will be able to
* process. Specified in bytes and defaults to 1500.
*/