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