Index: ash/root_window_controller.h |
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h |
index 50f8d8afe066d70ebe7b7daa25226bf59e55afd0..641710e8e32c39f4ed57107a549e895ac09af606 100644 |
--- a/ash/root_window_controller.h |
+++ b/ash/root_window_controller.h |
@@ -243,7 +243,7 @@ class ASH_EXPORT RootWindowController : public ShellObserver { |
// Deletes associated objects and clears the state, but doesn't delete |
// the root window yet. This is used to delete a secondary displays' |
// root window safely when the display disconnect signal is received, |
- // which may come while we're in the nested message loop. |
+ // which may come while we're in the nested run loop. |
void Shutdown(); |
// Deletes all child windows and performs necessary cleanup. |