[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/04: gr: fix typo in documentation for ba
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/04: gr: fix typo in documentation for basic_block |
Date: |
Sat, 11 Apr 2015 17:55:31 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit d5b0d741fe240f4318a056c2955183a67a7fb708
Author: Jiří Pinkava <address@hidden>
Date: Fri Apr 10 12:07:13 2015 +0200
gr: fix typo in documentation for basic_block
---
gnuradio-runtime/include/gnuradio/block.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnuradio-runtime/include/gnuradio/block.h
b/gnuradio-runtime/include/gnuradio/block.h
index 85bcd29..c6185d9 100644
--- a/gnuradio-runtime/include/gnuradio/block.h
+++ b/gnuradio-runtime/include/gnuradio/block.h
@@ -398,7 +398,7 @@ namespace gr {
* the system page size, which may be larger than the value asked
* for here.
*
- * \parem port the output port the request applies to.
+ * \param port the output port the request applies to.
* \param max_output_buffer the requested maximum output size in items.
*/
void set_max_output_buffer(int port, long max_output_buffer);
@@ -441,7 +441,7 @@ namespace gr {
* the system page size, which may be larger than the value asked
* for here.
*
- * \parem port the output port the request applies to.
+ * \param port the output port the request applies to.
* \param min_output_buffer the requested minimum output size in items.
*/
void set_min_output_buffer(int port, long min_output_buffer);