aboutsummaryrefslogtreecommitdiffstats
path: root/gr-analog
diff options
context:
space:
mode:
authorNick <taclane@users.noreply.github.com>2021-12-09 18:23:37 -0500
committermormj <34754695+mormj@users.noreply.github.com>2021-12-10 13:41:54 -0500
commit49de95131ce82af620d1b301c873e6504fe149c0 (patch)
tree0fb4b20042d30525b495f04a2433a60c22a70579 /gr-analog
parentci: disabling CentOS 8 (diff)
downloadgnuradio-49de95131ce82af620d1b301c873e6504fe149c0.tar.xz
gnuradio-49de95131ce82af620d1b301c873e6504fe149c0.zip
Update pwr_squelch_cc.h
Signed-off-by: Nick M <taclane@users.noreply.github.com>
Diffstat (limited to 'gr-analog')
-rw-r--r--gr-analog/include/gnuradio/analog/pwr_squelch_cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/include/gnuradio/analog/pwr_squelch_cc.h b/gr-analog/include/gnuradio/analog/pwr_squelch_cc.h
index 7307e2399..ecf3e0551 100644
--- a/gr-analog/include/gnuradio/analog/pwr_squelch_cc.h
+++ b/gr-analog/include/gnuradio/analog/pwr_squelch_cc.h
@@ -44,7 +44,7 @@ public:
*
* The block will emit a tag with the key pmt::intern("squelch_sob")
* with the value of pmt::PMT_NIL on the first item it passes, and with
- * the key pmt::intern("squelch:eob") on the last item it passes.
+ * the key pmt::intern("squelch_eob") on the last item it passes.
*/
static sptr make(double db, double alpha = 0.0001, int ramp = 0, bool gate = false);