| Index: mojo/edk/system/dispatcher.h
|
| diff --git a/mojo/edk/system/dispatcher.h b/mojo/edk/system/dispatcher.h
|
| index ff8ba8724be05ee5a477d532ce6461f12515fa50..fc72390402088d7e92ccb8a3dddbc975648b92a8 100644
|
| --- a/mojo/edk/system/dispatcher.h
|
| +++ b/mojo/edk/system/dispatcher.h
|
| @@ -261,8 +261,8 @@ class Dispatcher : public util::RefCountedThreadSafe<Dispatcher> {
|
| virtual void CloseImplNoLock() MOJO_EXCLUSIVE_LOCKS_REQUIRED(mutex_);
|
|
|
| // This is called by |CreateEquivalentDispatcherAndCloseNoLock()|. It should
|
| - // produce "close" this dispatcher and return a new one equivalent to it.
|
| - // Note: Probably the first thing an implementation should do is call
|
| + // "close" this dispatcher and return a new one equivalent to it. Note:
|
| + // Probably the first thing an implementation should do is call
|
| // |CancelAllAwakablesNoLock()| (or equivalent); unlike |CloseNoLock()|,
|
| // |CreateEquivalentDispatcherAndCloseNoLock()| does not do this
|
| // automatically.
|
|
|