pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/41651?usp=email )
Change subject: cosmetic: stream_cli: Fix typos in API documentation ......................................................................
cosmetic: stream_cli: Fix typos in API documentation
Change-Id: Icb3c567df9fa287667996af34b652f80f12a816e --- M src/stream_cli.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: osmith: Looks good to me, approved laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified
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, ...)