summaryrefslogtreecommitdiff
path: root/gr-fec/include/gnuradio/fec/async_decoder.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-06-20 10:19:13 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-06-20 10:19:13 -0700
commit09d8b895447b1507b80a27053b51361ea1684175 (patch)
tree93edf8d2ebedb3ffcf02edd79b16516c6333f0fb /gr-fec/include/gnuradio/fec/async_decoder.h
parent090103c760a308101e2cbf3630f6bf46a2bb4d8e (diff)
parent7a1403796abd4f9df1483482ce06b169a3212be8 (diff)
Merge branch 'master' into next
Conflicts: gr-atsc/lib/qa_atsci_fake_single_viterbi.cc gr-atsc/lib/qa_atsci_single_viterbi.cc
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.
*/