Index: ui/aura/window_event_dispatcher.cc |
diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc |
index 3f2ccddae1d0255a080fa3da0004b1860b460afc..589529ea6c0889e70fdec7f5694377455cf2d70a 100644 |
--- a/ui/aura/window_event_dispatcher.cc |
+++ b/ui/aura/window_event_dispatcher.cc |
@@ -862,7 +862,7 @@ DispatchDetails WindowEventDispatcher::PreDispatchMouseEvent( |
return target_details; |
} |
// If the |mouse_moved_handler_| changes out from under us, assume a |
- // nested message loop ran and we don't need to do anything. |
+ // nested run loop ran and we don't need to do anything. |
if (mouse_moved_handler_ != old_mouse_moved_handler) { |
event->SetHandled(); |
return target_details; |