summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/block_executor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/block_executor.cc')
-rw-r--r--gnuradio-runtime/lib/block_executor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/block_executor.cc b/gnuradio-runtime/lib/block_executor.cc
index 30bdacecf5..754744449a 100644
--- a/gnuradio-runtime/lib/block_executor.cc
+++ b/gnuradio-runtime/lib/block_executor.cc
@@ -108,7 +108,7 @@ namespace gr {
return true;
case block::TPP_ALL_TO_ALL:
{
- // every tag on every input propogates to everyone downstream
+ // every tag on every input propagates to everyone downstream
std::vector<buffer_sptr> out_buf;
for(int i = 0; i < d->ninputs(); i++) {