Comment fix.

Forgot to fix it before landing
https://codereview.chromium.org/1943123002/.

TBR=azani@chromium.org

Review URL: https://codereview.chromium.org/1947573003 .
diff --git a/mojo/edk/system/dispatcher.h b/mojo/edk/system/dispatcher.h
index ff8ba87..fc72390 100644
--- a/mojo/edk/system/dispatcher.h
+++ b/mojo/edk/system/dispatcher.h
@@ -261,8 +261,8 @@
   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.