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

Unified Diff: ppapi/c/ppb_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/api/private/ppb_testing_private.idl ('k') | ppapi/c/private/ppb_flash_message_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_message_loop.h
diff --git a/ppapi/c/ppb_message_loop.h b/ppapi/c/ppb_message_loop.h
index 26725bcf3ea204873b458370f2cefc076e0a2063..7fca8a327d886e9cf922aec9e542404e3d76c1a2 100644
--- a/ppapi/c/ppb_message_loop.h
+++ b/ppapi/c/ppb_message_loop.h
@@ -196,7 +196,7 @@ struct PPB_MessageLoop_1_0 {
* 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/api/private/ppb_testing_private.idl ('k') | ppapi/c/private/ppb_flash_message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698