summaryrefslogtreecommitdiffstats
path: root/ppapi/api/ppb_url_response_info.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/api/ppb_url_response_info.idl')
-rw-r--r--ppapi/api/ppb_url_response_info.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/ppapi/api/ppb_url_response_info.idl b/ppapi/api/ppb_url_response_info.idl
index ee22bfc..29d7d3d 100644
--- a/ppapi/api/ppb_url_response_info.idl
+++ b/ppapi/api/ppb_url_response_info.idl
@@ -116,14 +116,14 @@ interface PPB_URLResponseInfo {
* <code>PP_URLREQUESTPROPERTY_STREAMTOFILE</code> was set on the
* <code>URLRequestInfo</code> used to produce this response. This file
* remains valid until the <code>URLLoader</code> associated with this
- * <code>URLResponseInfo is closed or destroyed.
+ * <code>URLResponseInfo</code> is closed or destroyed.
*
* @param[in] request A <code>PP_Resource</code> corresponding to a
* <code>URLResponseInfo</code>.
*
- * @return A <code>PP_Resource</code> corresponding to a FileRef if
- * successful, 0 if <code>PP_URLREQUESTPROPERTY_STREAMTOFILE</code> was not
- * requested or if the <code>URLLoader</code> has not been opened yet.
+ * @return A <code>PP_Resource</code> corresponding to a <code>FileRef</code>
+ * if successful, 0 if <code>PP_URLREQUESTPROPERTY_STREAMTOFILE</code> was
+ * not requested or if the <code>URLLoader</code> has not been opened yet.
*/
PP_Resource GetBodyAsFileRef(
[in] PP_Resource response);