Index: chrome/browser/browser_process_impl.cc |
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc |
index fae2f716fc3873abc9757816b1bb4c14a2382c56..562caa37b40cea749da981a142207c35b8426579 100644 |
--- a/chrome/browser/browser_process_impl.cc |
+++ b/chrome/browser/browser_process_impl.cc |
@@ -1344,7 +1344,7 @@ void BrowserProcessImpl::Unpin() { |
shutting_down_ = true; |
#if BUILDFLAG(ENABLE_PRINTING) |
// Wait for the pending print jobs to finish. Don't do this later, since |
- // this might cause a nested message loop to run, and we don't want pending |
+ // this might cause a nested run loop to run, and we don't want pending |
// tasks to run once teardown has started. |
print_job_manager_->Shutdown(); |
#endif |