diff --git a/api/peer_connection_interface.h b/api/peer_connection_interface.h index 7d944f284d..3e70855d0c 100644 --- a/api/peer_connection_interface.h +++ b/api/peer_connection_interface.h @@ -1430,12 +1430,12 @@ struct RTC_EXPORT PeerConnectionFactoryDependencies final { std::unique_ptr network_state_predictor_factory; std::unique_ptr network_controller_factory; - // This will only be used if CreatePeerConnection is called without a - // `port_allocator`, causing the default allocator and network manager to be - // used. + // The `network_manager` will only be used if CreatePeerConnection is called + // without a `port_allocator`, causing the default allocator and network + // manager to be used. std::unique_ptr network_manager; - // This will only be used if CreatePeerConnection is called without a - // `port_allocator`, and the above `network_manager' is null. + // The `network_monitor_factory` will only be used if CreatePeerConnection is + // called without a `port_allocator`, and the above `network_manager' is null. std::unique_ptr network_monitor_factory; std::unique_ptr neteq_factory; std::unique_ptr sctp_factory;