diff options
author | A. Maitland Bottoms <bottoms@debian.org> | 2016-06-20 09:55:57 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-20 09:55:57 -0700 |
commit | 037b34f9de04eec6d31941abff4e53fec83b0fe5 (patch) | |
tree | bf6a0cd0eb15f5ec7cb25a454118e05d64d5803e /gnuradio-runtime/lib/tpb_thread_body.cc | |
parent | 2a6c82f5c2b719720dc180276c9815287e8a9586 (diff) |
Spelling fixes throughout the tree.
Diffstat (limited to 'gnuradio-runtime/lib/tpb_thread_body.cc')
-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 e3f57eef53..93591feee2 100644 --- a/gnuradio-runtime/lib/tpb_thread_body.cc +++ b/gnuradio-runtime/lib/tpb_thread_body.cc @@ -152,7 +152,7 @@ namespace gr { while(!d->d_tpb.input_changed && block->empty_handled_p()){ boost::system_time const timeout=boost::get_system_time()+ boost::posix_time::milliseconds(250); if(!d->d_tpb.input_cond.timed_wait(guard, timeout)){ - goto tpb_loop_top; // timeout occured (perform sanity checks up top) + goto tpb_loop_top; // timeout occurred (perform sanity checks up top) } } |