diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2020-10-29 12:35:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 12:35:15 -0400 |
commit | 3623a3da34ce1ee870d3f9d52582b2a082cf5f01 (patch) | |
tree | 3e851740fda3bb6c0341619ae6b2e528d9719279 /gnuradio-runtime/lib | |
parent | cae088eb3ef5bc12844fbbd265363bfadec6a798 (diff) |
Fix typos throughout the code
* Fix various typos
Found via `codespell v2.0.dev`
`codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk`
Diffstat (limited to 'gnuradio-runtime/lib')
-rw-r--r-- | gnuradio-runtime/lib/tpb_thread_body.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/tpb_thread_body.cc b/gnuradio-runtime/lib/tpb_thread_body.cc index fd5b278cb9..b44781ab07 100644 --- a/gnuradio-runtime/lib/tpb_thread_body.cc +++ b/gnuradio-runtime/lib/tpb_thread_body.cc @@ -76,7 +76,7 @@ tpb_thread_body::tpb_thread_body(block_sptr block, gr::thread::set_thread_priority(d->thread, block->thread_priority()); } - // make sure our block isnt finished + // make sure our block isn't finished block->clear_finished(); start_sync->wait(); |