From 022dcf076bceea98fd67e34b3a45af9b0ac520bf Mon Sep 17 00:00:00 2001 From: Jiang Jiacheng Date: Thu, 5 Jan 2023 19:51:07 +0800 Subject: [PATCH] remote: fix misspelling in the documation of 'daemonCreateClientStream' Fix a misspelling in the documation of 'daemonCreateClientStream'. Signed-off-by: Jiang Jiacheng Signed-off-by: Michal Privoznik Reviewed-by: Michal Privoznik --- 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..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 */