Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: ppapi/c/ppb_core.h

Issue 7701004: Fixed spelling errors and changed all references to PP_Resource to be the (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/api/ppp_instance.idl ('k') | ppapi/c/ppb_file_io.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_core.h
===================================================================
--- ppapi/c/ppb_core.h (revision 98665)
+++ ppapi/c/ppb_core.h (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_core.idl modified Tue Jul 19 13:37:04 2011. */
+/* From ppb_core.idl modified Tue Aug 23 11:13:37 2011. */
#ifndef PPAPI_C_PPB_CORE_H_
#define PPAPI_C_PPB_CORE_H_
@@ -40,13 +40,15 @@
*
* 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)(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)(PP_Resource resource);
/**
« no previous file with comments | « ppapi/api/ppp_instance.idl ('k') | ppapi/c/ppb_file_io.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698