aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/hx_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/systemlib/hx_stream.h')
-rw-r--r--src/modules/systemlib/hx_stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/systemlib/hx_stream.h b/src/modules/systemlib/hx_stream.h
index 1f3927222..b674f192d 100644
--- a/src/modules/systemlib/hx_stream.h
+++ b/src/modules/systemlib/hx_stream.h
@@ -103,7 +103,7 @@ __EXPORT extern void hx_stream_reset(hx_stream_t stream);
/**
* Prepare to send a frame.
*
- * Use this in conjunction with hx_stream_send_next to
+ * Use this in conjunction with hx_stream_send_next to
* set the frame to be transmitted.
*
* Use hx_stream_send() to write to the stream fd directly.
@@ -124,7 +124,7 @@ __EXPORT extern int hx_stream_start(hx_stream_t stream,
* calling hx_stream_start first.
*
* @param stream A handle returned from hx_stream_init.
- * @return The byte to send, or -1 if there is
+ * @return The byte to send, or -1 if there is
* nothing left to send.
*/
__EXPORT extern int hx_stream_send_next(hx_stream_t stream);