[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/03: scheduler: fix doc
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/03: scheduler: fix doc |
Date: |
Mon, 6 Jun 2016 17:15:25 +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 6228e9b3eadb86e694f309f1b7b5a2c0f57c6a9f
Author: Jiří Pinkava <address@hidden>
Date: Sat Jun 4 15:52:28 2016 +0200
scheduler: fix doc
---
gnuradio-runtime/lib/scheduler.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnuradio-runtime/lib/scheduler.h b/gnuradio-runtime/lib/scheduler.h
index 575862b..0924808 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);