summaryrefslogtreecommitdiffstats
path: root/ppapi/api/ppb_file_io.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_file_io.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_file_io.idl')
-rw-r--r--ppapi/api/ppb_file_io.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/api/ppb_file_io.idl b/ppapi/api/ppb_file_io.idl
index 4fe9e9f..0d2c845 100644
--- a/ppapi/api/ppb_file_io.idl
+++ b/ppapi/api/ppb_file_io.idl
@@ -57,7 +57,7 @@ interface PPB_FileIO {
/**
* Create() creates a new FileIO object.
*
- * @param[in] instance A <code>PP_Instance</code> indentifying the instance
+ * @param[in] instance A <code>PP_Instance</code> identifying the instance
* with the file.
*
* @return A <code>PP_Resource</code> corresponding to a FileIO if