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