| Index: webrtc/p2p/base/transport.h
|
| diff --git a/webrtc/p2p/base/transport.h b/webrtc/p2p/base/transport.h
|
| index c2767fb6f0b43c8d7138002953b4dc282b0f7b13..adef6533ea9b41c635cb2ec327c039f1d43f4431 100644
|
| --- a/webrtc/p2p/base/transport.h
|
| +++ b/webrtc/p2p/base/transport.h
|
| @@ -15,8 +15,8 @@
|
| // state changes (in order to update the manager's state), and forwards
|
| // requests to begin connecting or to reset to each of the channels.
|
| //
|
| -// On Threading: Transport performs work solely on the worker thread, and so
|
| -// its methods should only be called on the worker thread.
|
| +// On Threading: Transport performs work solely on the network thread, and so
|
| +// its methods should only be called on the network thread.
|
| //
|
| // Note: Subclasses must call DestroyChannels() in their own destructors.
|
| // It is not possible to do so here because the subclass destructor will
|
|
|