summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJiang Jiacheng <jiangjiacheng@huawei.com>2023-01-05 19:51:07 +0800
committerMichal Privoznik <mprivozn@redhat.com>2023-01-06 10:20:27 +0100
commit022dcf076bceea98fd67e34b3a45af9b0ac520bf (patch)
tree325a1293d0f61fdd6a39f500477e5c84d429cbe2 /src
parent37520bb46e457ed13c31de24896585edb141f0be (diff)
downloadlibvirt-022dcf076bceea98fd67e34b3a45af9b0ac520bf.tar.gz
remote: fix misspelling in the documation of 'daemonCreateClientStream'
Fix a misspelling in the documation of 'daemonCreateClientStream'. Signed-off-by: Jiang Jiacheng <jiangjiacheng@huawei.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/remote/remote_daemon_stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remote/remote_daemon_stream.c b/src/remote/remote_daemon_stream.c
index 912f3f9f94..75164f289e 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
*/