summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_instance.h
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/c/ppb_instance.h
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/c/ppb_instance.h')
-rw-r--r--ppapi/c/ppb_instance.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ppapi/c/ppb_instance.h b/ppapi/c/ppb_instance.h
index 31bf27e..6ad4687 100644
--- a/ppapi/c/ppb_instance.h
+++ b/ppapi/c/ppb_instance.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_instance.idl modified Mon Aug 15 11:01:06 2011. */
+/* From ppb_instance.idl modified Tue Aug 23 11:25:50 2011. */
#ifndef PPAPI_C_PPB_INSTANCE_H_
#define PPAPI_C_PPB_INSTANCE_H_
@@ -21,7 +21,7 @@
/**
* @file
- * This file defines the PPB_Instance interface implemented by the
+ * This file defines the <code>PPB_Instance</code> interface implemented by the
* browser and containing pointers to functions related to
* the module instance on a web page.
*/
@@ -54,8 +54,8 @@ struct PPB_Instance {
* Binding a device will invalidate that portion of the web page to flush the
* contents of the new device to the screen.
*
- * @param[in] instance A PP_Instance indentifying one instance of a module.
- * @param[in] device A PP_Resource representing the graphics device.
+ * @param[in] instance A PP_Instance identifying one instance of a module.
+ * @param[in] device A PP_Resource corresponding to a graphics device.
*
* @return <code>PP_Bool</code> containing <code>PP_TRUE</code> if bind was
* successful or <code>PP_FALSE</code> if the device was not the correct
@@ -70,7 +70,7 @@ struct PPB_Instance {
* page specifies an iframe to a resource with a MIME type registered by the
* module.
*
- * @param[in] instance A <code>PP_Instance</code> indentifying one instance
+ * @param[in] instance A <code>PP_Instance</code> identifying one instance
* of a module.
*
* @return A <code>PP_Bool</code> containing <code>PP_TRUE</code> if the