| 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 292c1159e32f1ab7a899b01881de35f0395499e6..10e308aa9dc3406ad5d1f02c5edca8e6a83573c9 100644
|
| --- a/base/message_loop/message_pump_win.cc
|
| +++ b/base/message_loop/message_pump_win.cc
|
| @@ -319,7 +319,7 @@ void MessagePumpForUI::RescheduleTimer() {
|
| //
|
| // We use a single SetTimer corresponding to the timer that will expire
|
| // soonest. As new timers are created and destroyed, we update SetTimer.
|
| - // Getting a spurrious SetTimer event firing is benign, as we'll just be
|
| + // Getting a spurious SetTimer event firing is benign, as we'll just be
|
| // processing an empty timer queue.
|
| //
|
| int delay_msec = GetCurrentDelay();
|
|
|