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>
This commit is contained in:
Jiang Jiacheng 2023-01-05 19:51:07 +08:00 committed by Michal Privoznik
parent 37520bb46e
commit 022dcf076b

View 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
*/