pespin has uploaded this change for review.
cosmetic: stream_cli: Fix typos in API documentation
Change-Id: Icb3c567df9fa287667996af34b652f80f12a816e
---
M src/stream_cli.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/51/41651/1
diff --git a/src/stream_cli.c b/src/stream_cli.c
index c623fff..b96a530 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 socket.
* 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 socket.
* 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.