Change in ...libosmocore[master]: socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat Jun 1 19:24:13 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libosmocore/+/14318 )

Change subject: socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()
......................................................................

socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()

One typo s/optionall/optionally/, and a few incorrect references.

Change-Id: Iab42aa376b5cf4cf36413fede46e001c6b2d1525
---
M src/socket.c
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/src/socket.c b/src/socket.c
index 614ad36..37976e2 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -688,8 +688,8 @@
  *  \param[in] flags flags like \ref OSMO_SOCK_F_CONNECT
  *  \returns socket fd on success; negative on error
  *
- * This function creates (and optionall binds/connects) a socket using
- * \ref osmo_sock_unix_init, but also fills the \a ofd structure.
+ * This function creates (and optionally binds/connects) a socket
+ * using osmo_sock_unix_init, but also fills the ofd structure.
  */
 int osmo_sock_unix_init_ofd(struct osmo_fd *ofd, uint16_t type, uint8_t proto,
 			    const char *socket_path, unsigned int flags)

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Iab42aa376b5cf4cf36413fede46e001c6b2d1525
Gerrit-Change-Number: 14318
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190601/b82bc2e3/attachment.htm>


More information about the gerrit-log mailing list