summaryrefslogtreecommitdiff
path: root/src/remote/remote_daemon_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/remote/remote_daemon_stream.c')
-rw-r--r--src/remote/remote_daemon_stream.c4
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
*/