From 033df438c9ba31e7c878682b1b09e88f44e34e7e Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Fri, 9 Sep 2011 17:07:38 -0400 Subject: fixing doxygen comment typo. --- gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnuradio-core/src') 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, -- cgit