summaryrefslogtreecommitdiff
path: root/gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h')
-rw-r--r--gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h b/gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h
index 73e3ca2ac4..2ed57e08bd 100644
--- a/gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h
+++ b/gr-blocks/include/gnuradio/blocks/unpack_k_bits_bb.h
@@ -30,7 +30,7 @@ namespace gr {
namespace blocks {
/*!
- * \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 block picks the K least significant bits from a byte, and expands
* them into K bytes of 0 or 1.