summaryrefslogtreecommitdiffstats
path: root/ppapi/api/ppb_core.idl
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-31 16:07:59 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-31 16:07:59 +0000
commite12a6a1995d233f0f4279e5a4565f485722904e2 (patch)
tree6dcf7e12a7a3d9445b8e2217b96718daecacaede /ppapi/api/ppb_core.idl
parent31696e1086a934ec3173309dce177b1a011ddbdf (diff)
downloadchromium_src-e12a6a1995d233f0f4279e5a4565f485722904e2.zip
chromium_src-e12a6a1995d233f0f4279e5a4565f485722904e2.tar.gz
chromium_src-e12a6a1995d233f0f4279e5a4565f485722904e2.tar.bz2
Fixed spelling errors and changed all references to PP_Resource to be the
same (on @param tags) as per polina. Review URL: http://codereview.chromium.org/7701004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98972 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/ppb_core.idl')
-rw-r--r--ppapi/api/ppb_core.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/ppapi/api/ppb_core.idl b/ppapi/api/ppb_core.idl
index f7ef951..a02d4bf 100644
--- a/ppapi/api/ppb_core.idl
+++ b/ppapi/api/ppb_core.idl
@@ -23,14 +23,16 @@ interface PPB_Core {
*
* AddRefResource() adds a reference to a resource.
*
- * @param[in] config A <code>PP_Resource</code> containing the resource.
+ * @param[in] config A <code>PP_Resource</code> corresponding to a
+ * resource.
*/
void AddRefResource([in] PP_Resource resource);
/**
* ReleaseResource() removes a reference from a resource.
*
- * @param[in] config A <code>PP_Resource</code> containing the resource.
+ * @param[in] config A <code>PP_Resource</code> corresponding to a
+ * resource.
*/
void ReleaseResource([in] PP_Resource resource);