diff options
author | Nick <taclane@users.noreply.github.com> | 2021-12-09 18:23:53 -0500 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2021-12-10 13:41:54 -0500 |
commit | b2381279475f6eb35f78d407c5257dedf69b6643 (patch) | |
tree | 8cb4cbb27d61a71f6f15e126c9f6f861be0607b8 /gr-analog | |
parent | 49de95131ce82af620d1b301c873e6504fe149c0 (diff) |
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.h | 2 |
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 a1d9e154bd..53cbcdd590 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); |