| Index: base/message_loop/message_loop.cc
|
| diff --git a/base/message_loop/message_loop.cc b/base/message_loop/message_loop.cc
|
| index c88e76c6d72e9c2042a03d529ea0c2b31527f72d..8991ff3a86f4fd7cce39fd4f32c439aed6d7ede3 100644
|
| --- a/base/message_loop/message_loop.cc
|
| +++ b/base/message_loop/message_loop.cc
|
| @@ -418,7 +418,7 @@ bool MessageLoop::DeferOrRunPendingTask(PendingTask pending_task) {
|
| return true;
|
| }
|
|
|
| - // We couldn't run the task now because we're in a nested message loop
|
| + // We couldn't run the task now because we're in a nested run loop
|
| // and the task isn't nestable.
|
| deferred_non_nestable_work_queue_.push(std::move(pending_task));
|
| return false;
|
|
|