pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/41433?usp=email )
Change subject: cosmetic: Fix typo in doc of osmo_stream_srv_get_sockname() ......................................................................
cosmetic: Fix typo in doc of osmo_stream_srv_get_sockname()
Change-Id: I7655b6cf0f734c07cc5d985dc834f45a97a425bb --- M src/stream_srv.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/33/41433/1
diff --git a/src/stream_srv.c b/src/stream_srv.c index 2e80909..cc32dc7 100644 --- a/src/stream_srv.c +++ b/src/stream_srv.c @@ -1235,7 +1235,7 @@
/*! Retrieve the stream server socket description. * The returned name is stored in a static buffer; it is hence not re-entrant or thread-safe! - * \param[in] cli Stream Server to examine + * \param[in] conn Stream Server to examine * \returns Socket description or NULL in case of error */ const char *osmo_stream_srv_get_sockname(const struct osmo_stream_srv *conn) {