Index: remoting/protocol/jingle_session_manager.cc |
diff --git a/remoting/protocol/jingle_session_manager.cc b/remoting/protocol/jingle_session_manager.cc |
index c1a684c6d9434a8e21be8369f481bc6164342a0c..96292859c450b4589368af05f78ad8c5e66699fc 100644 |
--- a/remoting/protocol/jingle_session_manager.cc |
+++ b/remoting/protocol/jingle_session_manager.cc |
@@ -183,7 +183,7 @@ void JingleSessionManager::OnSessionCreate( |
// Allow local connections if neccessary. |
cricket_session->set_allow_local_ips(allow_local_ips_); |
- // If this is an outcoming session the session object is already created. |
+ // If this is an incoming session, create a JingleSession on top of it. |
if (incoming) { |
DCHECK(!certificate_.empty()); |
DCHECK(private_key_.get()); |