Index: ppapi/api/ppb_file_io.idl |
=================================================================== |
--- ppapi/api/ppb_file_io.idl (revision 98665) |
+++ ppapi/api/ppb_file_io.idl (working copy) |
@@ -57,7 +57,7 @@ |
/** |
* 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 |