aboutsummaryrefslogtreecommitdiff
path: root/pc/sctp_transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc/sctp_transport.h')
-rw-r--r--pc/sctp_transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/sctp_transport.h b/pc/sctp_transport.h
index 35e7656100..076dee5318 100644
--- a/pc/sctp_transport.h
+++ b/pc/sctp_transport.h
@@ -61,7 +61,7 @@ class SctpTransport : public SctpTransportInterface,
void Start(int local_port, int remote_port, int max_message_size);
// TODO(https://bugs.webrtc.org/10629): Move functions that need
- // internal() to be functions on the webrtc::SctpTransport interface,
+ // internal() to be functions on the SctpTransport interface,
// and make the internal() function private.
cricket::SctpTransportInternal* internal() {
RTC_DCHECK_RUN_ON(owner_thread_);