Index: chrome/browser/app_controller_mac.mm |
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm |
index a11ce3371c4250d0eee31d76e1bcfa9395607c1d..892b8ecf2e47c22fb189e11b9dd359564b43ae2d 100644 |
--- a/chrome/browser/app_controller_mac.mm |
+++ b/chrome/browser/app_controller_mac.mm |
@@ -944,7 +944,7 @@ class AppControllerProfileObserver : public ProfileAttributesStorage::Observer { |
} |
// Ignore commands during session restore's browser creation. It uses a |
- // nested message loop and commands dispatched during this operation cause |
+ // nested run loop and commands dispatched during this operation cause |
// havoc. |
if (SessionRestore::IsRestoring(lastProfile) && |
base::RunLoop::IsNestedOnCurrentThread()) { |