diff options
author | Jiang Jiacheng <jiangjiacheng@huawei.com> | 2023-01-05 19:51:07 +0800 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2023-01-06 10:20:27 +0100 |
commit | 022dcf076bceea98fd67e34b3a45af9b0ac520bf (patch) | |
tree | 325a1293d0f61fdd6a39f500477e5c84d429cbe2 /src/remote/remote_daemon_stream.c | |
parent | 37520bb46e457ed13c31de24896585edb141f0be (diff) | |
download | libvirt-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/remote/remote_daemon_stream.c')
-rw-r--r-- | src/remote/remote_daemon_stream.c | 4 |
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 */ |