summaryrefslogtreecommitdiff
path: root/gr-fec/include/gnuradio/fec/async_encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/include/gnuradio/fec/async_encoder.h')
-rw-r--r--gr-fec/include/gnuradio/fec/async_encoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/include/gnuradio/fec/async_encoder.h b/gr-fec/include/gnuradio/fec/async_encoder.h
index ed68334fb5..98ccf0a32a 100644
--- a/gr-fec/include/gnuradio/fec/async_encoder.h
+++ b/gr-fec/include/gnuradio/fec/async_encoder.h
@@ -82,7 +82,7 @@ namespace gr {
* \param packed True if working on packed bytes (like PDUs).
* \param rev_unpack Reverse the unpacking order from input bytes to bits.
* \param rev_pack Reverse the packing order from bits to output bytes.
- * \param mtu The Maxium Transmission Unit (MTU) of the input
+ * \param mtu The Maximum Transmission Unit (MTU) of the input
* frame that the block will be able to
* process. Specified in bytes and defaults to 1500.
*/