summaryrefslogtreecommitdiff
path: root/gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h')
-rw-r--r--gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h b/gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h
index af77aec18f..d71e73c580 100644
--- a/gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h
+++ b/gr-blocks/include/gnuradio/blocks/pack_k_bits_bb.h
@@ -31,7 +31,7 @@ namespace gr {
/*!
* \brief Converts a stream of bytes with 1 bit in the LSB to a
- * byte with k relevent bits.
+ * byte with k relevant bits.
*
* This block takes in K bytes at a time, and uses the least significant
* bit to form a new byte.