Index: base/run_loop.h |
diff --git a/base/run_loop.h b/base/run_loop.h |
index cd4a2112ca7bc9b422baa5a4ada872b9711fe4cb..12976fce5a38acd0adf36d64868f2db2d64d2fb4 100644 |
--- a/base/run_loop.h |
+++ b/base/run_loop.h |
@@ -60,7 +60,7 @@ class BASE_EXPORT RunLoop { |
// effect. |
// |
// WARNING: You must NEVER assume that a call to Quit() or QuitWhenIdle() will |
- // terminate the targetted message loop. If a nested message loop continues |
+ // terminate the targetted message loop. If a nested run loop continues |
// running, the target may NEVER terminate. It is very easy to livelock (run |
// forever) in such a case. |
void Quit(); |