summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gr_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gr_block.h')
-rw-r--r--gnuradio-runtime/include/gr_block.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/include/gr_block.h b/gnuradio-runtime/include/gr_block.h
index a25bb4a528..77ca3f3f72 100644
--- a/gnuradio-runtime/include/gr_block.h
+++ b/gnuradio-runtime/include/gr_block.h
@@ -668,9 +668,9 @@ class GR_RUNTIME_API gr_block : public gr_basic_block {
/*! Used by block's setters and work functions to make
* setting/resetting of parameters thread-safe.
*
- * Used by calling gruel::scoped_lock l(d_setlock);
+ * Used by calling gr::thread::scoped_lock l(d_setlock);
*/
- gruel::mutex d_setlock;
+ gr::thread::mutex d_setlock;
/*! Used by blocks to access the logger system.
*/