summaryrefslogtreecommitdiff
path: root/gr-utils/python
diff options
context:
space:
mode:
authorRon Economos <w6rz@comcast.net>2019-03-08 08:21:40 -0800
committerMarcus Müller <marcus@hostalia.de>2019-03-08 20:24:48 +0100
commit6e35aec189606d801a172a168010cd3650328368 (patch)
treea1e4541461a3bb59aa221001964b2916d0e0e034 /gr-utils/python
parentea6bcb41eb610e4c5023b6ce2104a9e2b339e246 (diff)
utils: Remove references to gr-filter from gr_modtool.
Diffstat (limited to 'gr-utils/python')
-rw-r--r--gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc2
-rw-r--r--gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc b/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc
index 2f10a3a564..25709d6f63 100644
--- a/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc
+++ b/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.cc
@@ -21,7 +21,7 @@
*/
/*
- * This class gathers together all the test cases for the gr-filter
+ * This class gathers together all the test cases for the gr-howto
* directory into a single test suite. As you create new test cases,
* add them here.
*/
diff --git a/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h b/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h
index c50bde3ec7..cec49cc22b 100644
--- a/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h
+++ b/gr-utils/python/modtool/templates/gr-newmod/lib/qa_howto.h
@@ -27,12 +27,12 @@
#include <gnuradio/attributes.h>
#include <cppunit/TestSuite.h>
-//! collect all the tests for the gr-filter directory
+//! collect all the tests for the gr-howto directory
class __GR_ATTR_EXPORT qa_howto
{
public:
- //! return suite of tests for all of gr-filter directory
+ //! return suite of tests for all of gr-howto directory
static CppUnit::TestSuite *suite();
};