Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(676)

Unified Diff: mojo/edk/system/dispatcher.h

Issue 1947573003: Comment fix. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698