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/cpp/image_data.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/cpp/image_data.h')
-rw-r--r-- | ppapi/cpp/image_data.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/cpp/image_data.h b/ppapi/cpp/image_data.h index e4159c0..e8bed28 100644 --- a/ppapi/cpp/image_data.h +++ b/ppapi/cpp/image_data.h @@ -29,8 +29,8 @@ class ImageData : public Resource { /// reference count of the underlying Image resource. struct PassRef {}; - /// A constructor used when you have received a PP_Resource as a return - /// value that has already been reference counted. + /// A constructor used when you have received a <code>PP_Resource</code> as a + /// return value that has already been reference counted. /// /// @param[in] resource A PP_Resource corresponding to image data. ImageData(PassRef, PP_Resource resource); @@ -46,7 +46,7 @@ class ImageData : public Resource { /// with the provided parameters. The resulting object will be is_null() if /// the allocation failed. /// - /// @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. /// /// @param[in] format A PP_ImageDataFormat containing desired image format. |