Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12822 )

Change subject: Stream client: fix doxygen typo
......................................................................

Stream client: fix doxygen typo

Change-Id: Ic45d3e0520db4060c5c24e5ef5a766a52f060a34
---
M src/stream.c
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/stream.c b/src/stream.c
index 902e688..dbbaa9c 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -388,7 +388,7 @@
 }

 /*! \brief Get application private data of the stream client socket
- *  \param[in] cli Stream Client to modif
+ *  \param[in] cli Stream Client to modify
  *  \returns Application private data, as set by \ref 
osmo_stream_cli_set_data() */
 void *osmo_stream_cli_get_data(struct osmo_stream_cli *cli)
 {
@@ -396,7 +396,7 @@
 }

 /*! \brief Get Osmocom File Descriptor of the stream client socket
- *  \param[in] cli Stream Client to modif
+ *  \param[in] cli Stream Client to modify
  *  \returns Pointer to \ref osmo_fd */
 struct osmo_fd *
 osmo_stream_cli_get_ofd(struct osmo_stream_cli *cli)
@@ -405,7 +405,7 @@
 }

 /*! \brief Set the call-back function called on connect of the stream client 
socket
- *  \param[in] cli Stream Client to modif
+ *  \param[in] cli Stream Client to modify
  *  \param[in] connect_cb Call-back function to be called upon connect */
 void
 osmo_stream_cli_set_connect_cb(struct osmo_stream_cli *cli,
@@ -415,7 +415,7 @@
 }

 /*! \brief Set the call-back function called to read from the stream client 
socket
- *  \param[in] cli Stream Client to modif
+ *  \param[in] cli Stream Client to modify
  *  \param[in] read_cb Call-back function to be called when we want to read */
 void
 osmo_stream_cli_set_read_cb(struct osmo_stream_cli *cli,

--
To view, visit https://gerrit.osmocom.org/12822
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic45d3e0520db4060c5c24e5ef5a766a52f060a34
Gerrit-Change-Number: 12822
Gerrit-PatchSet: 1
Gerrit-Owner: Max <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <[email protected]>
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>

Reply via email to