diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2019-06-01 19:02:47 +0700 |
---|---|---|
committer | Vadim Yanitskiy <axilirator@gmail.com> | 2019-06-01 19:03:07 +0700 |
commit | b606d76813b72db8fbc86508f6b969204e728c5e (patch) | |
tree | ec5dcf94f6b8ea88244eb2d360ecf1778748e27f /src | |
parent | f5781c9a88c675ea903445e1849bcd3a20c2c8cc (diff) |
socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()
One typo s/optionall/optionally/, and a few incorrect references.
Change-Id: Iab42aa376b5cf4cf36413fede46e001c6b2d1525
Diffstat (limited to 'src')
-rw-r--r-- | src/socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket.c b/src/socket.c index 614ad366..37976e2f 100644 --- a/src/socket.c +++ b/src/socket.c @@ -688,8 +688,8 @@ err: * \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) |