diff options
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/endian_swap.h')
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/endian_swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/endian_swap.h b/gr-blocks/include/gnuradio/blocks/endian_swap.h index f73eae3306..379ee734c7 100644 --- a/gr-blocks/include/gnuradio/blocks/endian_swap.h +++ b/gr-blocks/include/gnuradio/blocks/endian_swap.h @@ -30,7 +30,7 @@ namespace gr { namespace blocks { /*! - * \brief Convert stream of items into thier byte swapped version + * \brief Convert stream of items into their byte swapped version * \ingroup stream_operators_blk */ class BLOCKS_API endian_swap : virtual public sync_block |