summaryrefslogtreecommitdiffstats
path: root/chromium/ppapi/c/ppb_message_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/c/ppb_message_loop.h')
-rw-r--r--chromium/ppapi/c/ppb_message_loop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/ppapi/c/ppb_message_loop.h b/chromium/ppapi/c/ppb_message_loop.h
index 0ddce165c15..26725bcf3ea 100644
--- a/chromium/ppapi/c/ppb_message_loop.h
+++ b/chromium/ppapi/c/ppb_message_loop.h
@@ -76,8 +76,8 @@
* The main thread has an implicitly created message loop. The main thread is
* the thread where PPP_InitializeModule and PPP_Instance functions are called.
* You can retrieve a reference to this message loop by calling
- * GetForMainThread() or, if your code is on the main thread,
- * GetForCurrentThread() will also work.
+ * GetForMainThread() or, if your code is on the main thread, GetCurrent() will
+ * also work.
*
* Some special threads created by the system can not have message loops. In
* particular, the background thread created for audio processing has this