]> xenbits.xensource.com Git - libvirt.git/commitdiff
remote: fix misspelling in the documation of 'daemonCreateClientStream'
authorJiang Jiacheng <jiangjiacheng@huawei.com>
Thu, 5 Jan 2023 11:51:07 +0000 (19:51 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 6 Jan 2023 09:20:27 +0000 (10:20 +0100)
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>
src/remote/remote_daemon_stream.c

index 912f3f9f94235e6054530db8a03dc6142b11155f..75164f289e161bb12b8f33bd5508f2f0b3dc0817 100644 (file)
@@ -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
  */