summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/scheduler.h
diff options
context:
space:
mode:
authorJiří Pinkava <j-pi@seznam.cz>2016-06-04 15:52:28 +0200
committerJohnathan Corgan <johnathan@corganlabs.com>2016-06-06 09:24:20 -0700
commit6228e9b3eadb86e694f309f1b7b5a2c0f57c6a9f (patch)
tree77c02a433f019f53146fbf5432d0e8524ff2cbf6 /gnuradio-runtime/lib/scheduler.h
parent972669a570377fbff4a41cfa1564683b7a73647d (diff)
scheduler: fix doc
Diffstat (limited to 'gnuradio-runtime/lib/scheduler.h')
-rw-r--r--gnuradio-runtime/lib/scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/scheduler.h b/gnuradio-runtime/lib/scheduler.h
index 575862b27d..0924808965 100644
--- a/gnuradio-runtime/lib/scheduler.h
+++ b/gnuradio-runtime/lib/scheduler.h
@@ -45,7 +45,7 @@ namespace gr {
/*!
* \brief Construct a scheduler and begin evaluating the graph.
*
- * The scheduler will continue running until all blocks until they
+ * The scheduler will continue running until all blocks
* report that they are done or the stop method is called.
*/
scheduler(flat_flowgraph_sptr ffg, int max_noutput_items);