summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/block.h
diff options
context:
space:
mode:
authorA. Maitland Bottoms <bottoms@debian.org>2016-06-20 09:55:57 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-06-20 09:55:57 -0700
commit037b34f9de04eec6d31941abff4e53fec83b0fe5 (patch)
treebf6a0cd0eb15f5ec7cb25a454118e05d64d5803e /gnuradio-runtime/include/gnuradio/block.h
parent2a6c82f5c2b719720dc180276c9815287e8a9586 (diff)
Spelling fixes throughout the tree.
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/block.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/block.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-runtime/include/gnuradio/block.h b/gnuradio-runtime/include/gnuradio/block.h
index c6185d9f2d..21bb52a2d2 100644
--- a/gnuradio-runtime/include/gnuradio/block.h
+++ b/gnuradio-runtime/include/gnuradio/block.h
@@ -169,7 +169,7 @@ namespace gr {
* \brief Called to enable drivers, etc for i/o devices.
*
* This allows a block to enable an associated driver to begin
- * transfering data just before we start to execute the scheduler.
+ * transferring data just before we start to execute the scheduler.
* The end result is that this reduces latency in the pipeline
* when dealing with audio devices, usrps, etc.
*/
@@ -341,7 +341,7 @@ namespace gr {
*
* Use this value to clear the 'is_set' flag so the scheduler will
* ignore this. Use the set_max_noutput_items(m) call to both set
- * a new value for max_noutput_items and to reenable its use in
+ * a new value for max_noutput_items and to re-enable its use in
* the scheduler.
*/
void unset_max_noutput_items();
@@ -409,7 +409,7 @@ namespace gr {
long min_output_buffer(size_t i);
/*!
- * \brief Request limit on the mininum buffer size on all output
+ * \brief Request limit on the minimum buffer size on all output
* ports.
*
* \details