Index: base/message_loop/message_pump_win.cc |
diff --git a/base/message_loop/message_pump_win.cc b/base/message_loop/message_pump_win.cc |
index a09aa4caf41dd6017d9576c3c0ee8a57ab10f884..6f48da1c744ea3722a96b64e3ef46f73569a50c1 100644 |
--- a/base/message_loop/message_pump_win.cc |
+++ b/base/message_loop/message_pump_win.cc |
@@ -106,7 +106,7 @@ void MessagePumpForUI::ScheduleWork() { |
return; // There was room in the Window Message queue. |
// We have failed to insert a have-work message, so there is a chance that we |
- // will starve tasks/timers while sitting in a nested message loop. Nested |
+ // will starve tasks/timers while sitting in a nested run loop. Nested |
// loops only look at Windows Message queues, and don't look at *our* task |
// queues, etc., so we might not get a time slice in such. :-( |
// We could abort here, but the fear is that this failure mode is plausibly |