[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);
};
- [Commit-gnuradio] [gnuradio] branch maint updated (3e1a92f -> 05bdf36), git, 2016/07/28
- [Commit-gnuradio] [gnuradio] 08/09: Merge remote-tracking branch 'bhilburn/fix-fmdet-cf-impl' into maint, git, 2016/07/28
- [Commit-gnuradio] [gnuradio] 05/09: grc: fix docstring update handler, git, 2016/07/28
- [Commit-gnuradio] [gnuradio] 09/09: Merge remote-tracking branch 'chrstphrchvz/maint' into maint, git, 2016/07/28
- [Commit-gnuradio] [gnuradio] 07/09: Merge remote-tracking branch 'slarew/sgl/maint/gslfix' into maint, git, 2016/07/28
- [Commit-gnuradio] [gnuradio] 04/09: blocks: fix typo,
git <=
- [Commit-gnuradio] [gnuradio] 01/09: Fix linking GSL in gr-fec, git, 2016/07/28
- [Commit-gnuradio] [gnuradio] 03/09: qtgui: fix spelling, git, 2016/07/28
- [Commit-gnuradio] [gnuradio] 02/09: Fixing `Sdot` calculation in `fmdet_cf_impl` `work()`, git, 2016/07/28
- [Commit-gnuradio] [gnuradio] 06/09: grc: fix handling of initially opened files, git, 2016/07/28