diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-24 14:28:03 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-24 14:28:03 -0700 |
commit | a4532110597639f056198518f058a9d5d89ef8da (patch) | |
tree | 227fdb3f605041753e71465454c19b243faf616d | |
parent | ba9066ef2213b61cf39f7aadb732451f14de5855 (diff) | |
parent | 8fda7acad4f71645bded77b5a4806b21aba46078 (diff) |
Merge branch 'master' into next
-rw-r--r-- | gr-blocks/include/blocks/repack_bits_bb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/blocks/repack_bits_bb.h b/gr-blocks/include/blocks/repack_bits_bb.h index 268e4eefc5..f33d4bdf8e 100644 --- a/gr-blocks/include/blocks/repack_bits_bb.h +++ b/gr-blocks/include/blocks/repack_bits_bb.h @@ -30,7 +30,7 @@ namespace gr { namespace blocks { /*! - * \brief Pack \p k bits from the input stream onto \p k bits of the output stream. + * \brief Pack \p k bits from the input stream onto \p l bits of the output stream. * \ingroup byte_operators_blk * * \details |