summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/client_connection.h')
-rw-r--r--remoting/host/client_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/client_connection.h b/remoting/host/client_connection.h
index c647eb6..c03a9bb 100644
--- a/remoting/host/client_connection.h
+++ b/remoting/host/client_connection.h
@@ -125,7 +125,7 @@ class ClientConnection : public base::RefCountedThreadSafe<ClientConnection>,
// Process a data buffer received from libjingle.
void PacketReceivedTask(scoped_refptr<media::DataBuffer> data);
- // The libjingle channel used to send and receive data from the remote viewer.
+ // The libjingle channel used to send and receive data from the remote client.
scoped_refptr<JingleChannel> channel_;
// The message loop that this object runs on.