| Index: webrtc/p2p/base/dtlstransport.h
|
| diff --git a/webrtc/p2p/base/dtlstransport.h b/webrtc/p2p/base/dtlstransport.h
|
| index a4bf383f0a68108d875bf80ba66a75a604618f56..e59472d7f9df4bf5ea9c0d9a7db817a11ff9ca11 100644
|
| --- a/webrtc/p2p/base/dtlstransport.h
|
| +++ b/webrtc/p2p/base/dtlstransport.h
|
| @@ -27,7 +27,7 @@ class PortAllocator;
|
| // Base should be a descendant of cricket::Transport and have a constructor
|
| // that takes a transport name and PortAllocator.
|
| //
|
| -// Everything in this class should be called on the worker thread.
|
| +// Everything in this class should be called on the network thread.
|
| template<class Base>
|
| class DtlsTransport : public Base {
|
| public:
|
|
|