Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(997)

Unified Diff: ppapi/cpp/message_loop.h

Issue 2828913003: Replace "nested message loop" with "nested run loop" in comments. (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/private/ppb_testing_private.h ('k') | ppapi/proxy/flash_menu_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/message_loop.h
diff --git a/ppapi/cpp/message_loop.h b/ppapi/cpp/message_loop.h
index 4df2dd72e36fcebd03ef1c609353cc26e79eeb3d..c97fdf520aac67be613248dd70569c99a7f1f841 100644
--- a/ppapi/cpp/message_loop.h
+++ b/ppapi/cpp/message_loop.h
@@ -184,7 +184,7 @@ class MessageLoop : public Resource {
/// The message loop identified by the argument must have been previously
/// successfully attached to the current thread.
///
- /// You may not run nested message loops. Since the main thread has an
+ /// You may not run nested run loops. Since the main thread has an
/// implicit message loop that the system runs, you may not call Run on the
/// main thread.
///
« no previous file with comments | « ppapi/c/private/ppb_testing_private.h ('k') | ppapi/proxy/flash_menu_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698