aboutsummaryrefslogtreecommitdiffstats
path: root/gr-analog
diff options
context:
space:
mode:
authorNick <taclane@users.noreply.github.com>2021-12-09 18:23:53 -0500
committermormj <34754695+mormj@users.noreply.github.com>2021-12-10 13:41:54 -0500
commitb2381279475f6eb35f78d407c5257dedf69b6643 (patch)
tree8cb4cbb27d61a71f6f15e126c9f6f861be0607b8 /gr-analog
parentUpdate pwr_squelch_cc.h (diff)
downloadgnuradio-b2381279475f6eb35f78d407c5257dedf69b6643.tar.xz
gnuradio-b2381279475f6eb35f78d407c5257dedf69b6643.zip
Update pwr_squelch_ff.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_ff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-analog/include/gnuradio/analog/pwr_squelch_ff.h b/gr-analog/include/gnuradio/analog/pwr_squelch_ff.h
index a1d9e154b..53cbcdd59 100644
--- a/gr-analog/include/gnuradio/analog/pwr_squelch_ff.h
+++ b/gr-analog/include/gnuradio/analog/pwr_squelch_ff.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);