Index: mojo/public/cpp/bindings/lib/connector.cc |
diff --git a/mojo/public/cpp/bindings/lib/connector.cc b/mojo/public/cpp/bindings/lib/connector.cc |
index c97b37d0215d8ca5a2967790f6e12ae29427d247..7917db2b686084441a59e91c9da28701a8ef1dee 100644 |
--- a/mojo/public/cpp/bindings/lib/connector.cc |
+++ b/mojo/public/cpp/bindings/lib/connector.cc |
@@ -52,7 +52,7 @@ class Connector::ActiveDispatchTracker { |
}; |
// Watches the MessageLoop on the current thread. Notifies the current chain of |
-// ActiveDispatchTrackers when a nested message loop is started. |
+// ActiveDispatchTrackers when a nested run loop is started. |
class Connector::RunLoopNestingObserver |
: public base::RunLoop::NestingObserver, |
public base::MessageLoop::DestructionObserver { |