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. |
* |