diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-24 14:27:58 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-24 14:27:58 -0700 |
commit | 8fda7acad4f71645bded77b5a4806b21aba46078 (patch) | |
tree | c05aa0ba28bf58b7da0c7143d68f57ebcd993a7f | |
parent | 669614b0f048de145ec41350f641f4af9c9b0d86 (diff) |
blocks: fixed header documentation in repack_bits_bb
-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 |