diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 16:07:59 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 16:07:59 +0000 |
commit | e12a6a1995d233f0f4279e5a4565f485722904e2 (patch) | |
tree | 6dcf7e12a7a3d9445b8e2217b96718daecacaede /ppapi/c/ppb_url_loader.h | |
parent | 31696e1086a934ec3173309dce177b1a011ddbdf (diff) | |
download | chromium_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_url_loader.h')
-rw-r--r-- | ppapi/c/ppb_url_loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/ppb_url_loader.h b/ppapi/c/ppb_url_loader.h index bdef75e..1ee7080 100644 --- a/ppapi/c/ppb_url_loader.h +++ b/ppapi/c/ppb_url_loader.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* From ppb_url_loader.idl modified Wed Aug 24 20:48:35 2011. */ +/* From ppb_url_loader.idl modified Mon Aug 29 10:11:34 2011. */ #ifndef PPAPI_C_PPB_URL_LOADER_H_ #define PPAPI_C_PPB_URL_LOADER_H_ @@ -55,7 +55,7 @@ struct PPB_URLLoader { * any UI dialogs that need to be shown to the user can be positioned * relative to the window containing the instance. * - * @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_Resource</code> corresponding to a URLLoader if |