diff options
author | Tom Rondeau | 2011-09-09 17:07:38 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-09-09 17:07:38 -0400 |
commit | 033df438c9ba31e7c878682b1b09e88f44e34e7e (patch) | |
tree | edce04f11ade8cb544a44b22730541ce5ce0449b /gnuradio-core/src | |
parent | 0e86a5f357d40de759c804cc704dd907c50b02d7 (diff) | |
download | gnuradio-033df438c9ba31e7c878682b1b09e88f44e34e7e.tar.gz gnuradio-033df438c9ba31e7c878682b1b09e88f44e34e7e.tar.bz2 gnuradio-033df438c9ba31e7c878682b1b09e88f44e34e7e.zip |
fixing doxygen comment typo.
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h b/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h index b66efd33f..f4f24fec6 100644 --- a/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h +++ b/gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h @@ -123,7 +123,7 @@ class gr_pfb_clock_sync_ccf : public gr_block * \param init_phase (float) The initial phase to look at, or which filter to start * with (default = 0). * \param max_rate_deviation (float) Distance from 0 d_rate can get (default = 1.5). - * \parma osps (int) The number of output samples per symbol (default=1). + * \param osps (int) The number of output samples per symbol (default=1). * */ friend gr_pfb_clock_sync_ccf_sptr gr_make_pfb_clock_sync_ccf (double sps, float gain, |