diff options
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/unpack_k_bits.h')
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/unpack_k_bits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/unpack_k_bits.h b/gr-blocks/include/gnuradio/blocks/unpack_k_bits.h index 389579a2f8..8d46e57edd 100644 --- a/gr-blocks/include/gnuradio/blocks/unpack_k_bits.h +++ b/gr-blocks/include/gnuradio/blocks/unpack_k_bits.h @@ -31,7 +31,7 @@ namespace gr { namespace kernel { /*! - * \brief Converts a byte with k relevent bits to k output bytes with 1 bit in the LSB. + * \brief Converts a byte with k relevant bits to k output bytes with 1 bit in the LSB. * * This is the algorithm kernel for the gr::blocks::unpack_k_bits_bb block. * |