pespin submitted this change.

View Change

Approvals: osmith: Looks good to me, approved laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified
cosmetic: stream_cli: Fix typos in API documentation

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

diff --git a/src/stream_cli.c b/src/stream_cli.c
index c623fff..f0606b4 100644
--- a/src/stream_cli.c
+++ b/src/stream_cli.c
@@ -876,7 +876,7 @@
configure_cli_segmentation_cb(cli);
}

-/*! Set the socket type for the stream server link.
+/*! Set the socket type for the stream client.
* Any changes to this setting will only become active upon next (re)connect.
* \param[in] cli Stream Client to modify
* \param[in] type Socket Type (like SOCK_STREAM (default), SOCK_SEQPACKET, ...)
@@ -896,7 +896,7 @@
return 0;
}

-/*! Set the socket domain for the stream client link.
+/*! Set the socket domain for the stream client.
* Any changes to this setting will only become active upon next (re)connect.
* \param[in] cli Stream Client to modify
* \param[in] domain Socket Domain (like AF_UNSPEC (default for IP), AF_UNIX, AF_INET, ...)

To view, visit change 41651. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Icb3c567df9fa287667996af34b652f80f12a816e
Gerrit-Change-Number: 41651
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>