commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 02/06: fix copypasta typo in pfb_clock_sync


From: git
Subject: [Commit-gnuradio] [gnuradio] 02/06: fix copypasta typo in pfb_clock_sync_fff_impl.cc
Date: Tue, 16 Aug 2016 16:24:32 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit fa91b1a984c3097d3edb4274071d2af6eac16df1
Author: Josh Blum <address@hidden>
Date:   Sat Aug 6 21:26:52 2016 -0700

    fix copypasta typo in pfb_clock_sync_fff_impl.cc
---
 gr-digital/lib/pfb_clock_sync_fff_impl.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-digital/lib/pfb_clock_sync_fff_impl.cc 
b/gr-digital/lib/pfb_clock_sync_fff_impl.cc
index 09c7249..30ef526 100644
--- a/gr-digital/lib/pfb_clock_sync_fff_impl.cc
+++ b/gr-digital/lib/pfb_clock_sync_fff_impl.cc
@@ -66,7 +66,7 @@ namespace gr {
        d_osps(osps), d_error(0), d_out_idx(0)
     {
       if(taps.size() == 0)
-        throw std::runtime_error("pfb_clock_sync_ccf: please specify a 
filter.\n");
+        throw std::runtime_error("pfb_clock_sync_fff: please specify a 
filter.\n");
 
       // Let scheduler adjust our relative_rate.
       enable_update_rate(true);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]