diff options
-rw-r--r-- | gnuradio-runtime/include/gnuradio/block.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-runtime/include/gnuradio/block.h b/gnuradio-runtime/include/gnuradio/block.h index 2507f6c375..1cb7947179 100644 --- a/gnuradio-runtime/include/gnuradio/block.h +++ b/gnuradio-runtime/include/gnuradio/block.h @@ -537,17 +537,17 @@ namespace gr { std::vector<float> pc_input_buffers_full_var(); /*! - * \brief Gets instantaneous fullness of \p which input buffer. + * \brief Gets instantaneous fullness of \p which output buffer. */ float pc_output_buffers_full(int which); /*! - * \brief Gets average fullness of \p which input buffer. + * \brief Gets average fullness of \p which output buffer. */ float pc_output_buffers_full_avg(int which); /*! - * \brief Gets variance of fullness of \p which input buffer. + * \brief Gets variance of fullness of \p which output buffer. */ float pc_output_buffers_full_var(int which); |