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

Unified Diff: ppapi/api/ppb_message_loop.idl

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
Index: ppapi/api/ppb_message_loop.idl
diff --git a/ppapi/api/ppb_message_loop.idl b/ppapi/api/ppb_message_loop.idl
index 73ad14db836c2a544e828d82c962f6b0a91263ec..d4bd6eae3f42397e0c27e524048c5c17616149a4 100644
--- a/ppapi/api/ppb_message_loop.idl
+++ b/ppapi/api/ppb_message_loop.idl
@@ -182,7 +182,7 @@ interface PPB_MessageLoop {
* 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.
*

Powered by Google App Engine
This is Rietveld 408576698