Index: ppapi/api/private/ppb_nacl_private.idl |
diff --git a/ppapi/api/private/ppb_nacl_private.idl b/ppapi/api/private/ppb_nacl_private.idl |
index e5d14a0e98d5bc65cf5451735b641be2efbcc271..4f14d5aa3185041b7eacd39433f4f769713542c7 100644 |
--- a/ppapi/api/private/ppb_nacl_private.idl |
+++ b/ppapi/api/private/ppb_nacl_private.idl |
@@ -36,7 +36,7 @@ enum PP_NaClError { |
/* PPB_NaCl_Private */ |
interface PPB_NaCl_Private { |
/* Launches NaCl's sel_ldr process. Returns PP_NACL_OK on success and |
- * writes a nacl::Handle to imc_handle. Returns PP_NACL_FAILED on failure. |
+ * writes a NaClHandle to imc_handle. Returns PP_NACL_FAILED on failure. |
* The |enable_ppapi_dev| parameter controls whether GetInterface |
* returns 'Dev' interfaces to the NaCl plugin. The |uses_ppapi| flag |
* indicates that the nexe run by sel_ldr will use the PPAPI APIs. |