summaryrefslogtreecommitdiff
path: root/gr-blocks/include/blocks/unpacked_to_packed_XX.h.t
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/include/blocks/unpacked_to_packed_XX.h.t')
-rw-r--r--gr-blocks/include/blocks/unpacked_to_packed_XX.h.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/blocks/unpacked_to_packed_XX.h.t b/gr-blocks/include/blocks/unpacked_to_packed_XX.h.t
index 749f0e00f9..d570785a68 100644
--- a/gr-blocks/include/blocks/unpacked_to_packed_XX.h.t
+++ b/gr-blocks/include/blocks/unpacked_to_packed_XX.h.t
@@ -46,7 +46,7 @@ namespace gr {
* output bytes or shorts are filled with valid input bits. The
* right thing is done if bits_per_chunk is not a power of two.
*
- * The combination of gr_packed_to_unpacked_XX followed by
+ * The combination of gr::blocks::packed_to_unpacked_XX followed by
* gr_chunks_to_symbols_Xf or gr_chunks_to_symbols_Xc handles the
* general case of mapping from a stream of bytes or shorts into
* arbitrary float or complex symbols.