diff options
Diffstat (limited to 'gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t')
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t b/gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t index 2885a9b8ff..a255e46f0b 100644 --- a/gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t +++ b/gr-blocks/include/gnuradio/blocks/peak_detector_XX.h.t @@ -56,7 +56,7 @@ namespace gr { * \param threshold_factor_fall The threshold factor determins * when a peak has ended. An average of the signal is * calculated and when the value of the signal goes - * bellow threshold_factor_fall*average, we stop looking + * below threshold_factor_fall*average, we stop looking * for a peak. * \param look_ahead The look-ahead value is used when the * threshold is found to look if there another peak |