commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 04/09: blocks: fix typo


From: git
Subject: [Commit-gnuradio] [gnuradio] 04/09: blocks: fix typo
Date: Thu, 28 Jul 2016 21:43:59 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit b9b845bc606022f96aeac9ef18839dd0592753c6
Author: Christopher Chavez <address@hidden>
Date:   Sat Jul 23 15:16:28 2016 -0600

    blocks: fix typo
    
    change "but" to "put"
---
 gr-blocks/include/gnuradio/blocks/stream_to_vector.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-blocks/include/gnuradio/blocks/stream_to_vector.h 
b/gr-blocks/include/gnuradio/blocks/stream_to_vector.h
index 10e0b2b..ca96bdd 100644
--- a/gr-blocks/include/gnuradio/blocks/stream_to_vector.h
+++ b/gr-blocks/include/gnuradio/blocks/stream_to_vector.h
@@ -43,7 +43,7 @@ namespace gr {
        * Make a stream-to-vector block.
        *
        * \param itemsize the item size of the stream
-       * \param nitems_per_block number of items to but into each vector 
(vector size)
+       * \param nitems_per_block number of items to put into each vector 
(vector size)
        */
       static sptr make(size_t itemsize, size_t nitems_per_block);
     };



reply via email to

[Prev in Thread] Current Thread [Next in Thread]