diff options
Diffstat (limited to 'gr-fec/include/gnuradio/fec/async_decoder.h')
-rw-r--r-- | gr-fec/include/gnuradio/fec/async_decoder.h | 2 |
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. */ |