diff options
author | Ben Reynwar | 2011-01-27 12:06:14 -0700 |
---|---|---|
committer | Ben Reynwar | 2011-01-27 12:06:14 -0700 |
commit | 7323d193b541e009666b2f5a7ea5b8cd05646a8a (patch) | |
tree | 13a5feff66f303fe8d0afb5a78af4948d5adb0ca /gnuradio-core/src | |
parent | 19f4afaa4e3871e4a709e2774393bba6b6f6759a (diff) | |
download | gnuradio-7323d193b541e009666b2f5a7ea5b8cd05646a8a.tar.gz gnuradio-7323d193b541e009666b2f5a7ea5b8cd05646a8a.tar.bz2 gnuradio-7323d193b541e009666b2f5a7ea5b8cd05646a8a.zip |
Minor typo in comments.
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 9a6cde9a2..fc80d2961 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 @@ -47,7 +47,7 @@ class gr_fir_ccf; * derivative of the filtered signal, which in turn maximizes the SNR and * minimizes ISI. * - * This approach works by setting up two filterbanks; one filterbanke contains the + * This approach works by setting up two filterbanks; one filterbank contains the * signal's pulse shaping matched filter (such as a root raised cosine filter), * where each branch of the filterbank contains a different phase of the filter. * The second filterbank contains the derivatives of the filters in the first |