Index: content/renderer/pepper/ppb_flash_message_loop_impl.cc |
diff --git a/content/renderer/pepper/ppb_flash_message_loop_impl.cc b/content/renderer/pepper/ppb_flash_message_loop_impl.cc |
index bd7d28eb5d5cd33c638b89c791cd5c970f053047..3746fa663824da88349abf45e045b8e94dfb58ba 100644 |
--- a/content/renderer/pepper/ppb_flash_message_loop_impl.cc |
+++ b/content/renderer/pepper/ppb_flash_message_loop_impl.cc |
@@ -84,7 +84,7 @@ int32_t PPB_Flash_MessageLoop_Impl::InternalRun( |
state_->set_run_callback(callback); |
// It is possible that the PPB_Flash_MessageLoop_Impl object has been |
- // destroyed when the nested message loop exits. |
+ // destroyed when the nested run loop exits. |
scoped_refptr<State> state_protector(state_); |
{ |
base::MessageLoop::ScopedNestableTaskAllower allow( |