Fix a misspelling in the documation of 'daemonCreateClientStream'.
Signed-off-by: Jiang Jiacheng <jiangjiacheng(a)huawei.com>
---
src/remote/remote_daemon_stream.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/remote/remote_daemon_stream.c b/src/remote/remote_daemon_stream.c
index 912f3f9f94..8873af51da 100644
--- a/src/remote/remote_daemon_stream.c
+++ b/src/remote/remote_daemon_stream.c
@@ -337,10 +337,10 @@ daemonStreamFilter(virNetServerClient *client,
/*
- * @conn: a connection object to associate the stream with
+ * @client: a locked client object
* @header: the method call to associate with the stream
*
- * Creates a new stream for this conn
+ * Creates a new stream for this client
*
* Returns a new stream object, or NULL upon OOM
*/
--
2.33.0