Change in libosmo-netif[master]: Stream client: fix doxygen typo

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Mon Feb 4 12:23:36 UTC 2019


Max has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/22/12822/1

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: newchange
Gerrit-Change-Id: Ic45d3e0520db4060c5c24e5ef5a766a52f060a34
Gerrit-Change-Number: 12822
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190204/6d71245f/attachment.htm>


More information about the gerrit-log mailing list