Index: mojo/public/cpp/bindings/lib/connector.h |
diff --git a/mojo/public/cpp/bindings/lib/connector.h b/mojo/public/cpp/bindings/lib/connector.h |
index 13235b2ee253dfe1b3acc05c218d15d677713d1c..f61c18fb897366ae11be4ed0f453b0d5766b0938 100644 |
--- a/mojo/public/cpp/bindings/lib/connector.h |
+++ b/mojo/public/cpp/bindings/lib/connector.h |
@@ -120,8 +120,8 @@ class Connector : public MessageReceiver { |
return message_pipe_.get(); |
} |
- // Allows |message_pipe_| be watched while others perform sync handle watching |
- // on the same thread. Please see comments of |
+ // Allows |message_pipe_| to be watched while others perform sync handle |
+ // watching on the same thread. Please see comments of |
// SyncHandleWatcher::AllowWokenUpBySyncWatchOnSameThread(). |
void AllowWokenUpBySyncWatchOnSameThread(); |