diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-23 22:01:45 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-23 22:01:45 +0000 |
commit | a62be6e248c94a8777ae68b09ae3b2ef9c3780c1 (patch) | |
tree | d641eb4677c5c2a28a9a918d85a81c2209926e24 /ppapi/cpp/core.h | |
parent | 0a98e4986e08d85cc5341fffb5977f56ab59bb36 (diff) | |
download | chromium_src-a62be6e248c94a8777ae68b09ae3b2ef9c3780c1.zip chromium_src-a62be6e248c94a8777ae68b09ae3b2ef9c3780c1.tar.gz chromium_src-a62be6e248c94a8777ae68b09ae3b2ef9c3780c1.tar.bz2 |
audio.h: Fixed path
core.h: Fixed duplication of @param[in]
rect.h: changed point to origin, changed argument size to s, misspelled retrn (return)
size.h: changed argument point to s
Review URL: http://codereview.chromium.org/7245008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/core.h')
-rw-r--r-- | ppapi/cpp/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/core.h b/ppapi/cpp/core.h index 6ceebf5..e6a0853 100644 --- a/ppapi/cpp/core.h +++ b/ppapi/cpp/core.h @@ -40,7 +40,7 @@ class Core { /// A function that allocates memory. /// - /// @param[in] @param[in] num_bytes A number of bytes to allocate. + /// @param[in] num_bytes A number of bytes to allocate. /// @return A pointer to the memory if successful, NULL If the /// allocation fails. void* MemAlloc(uint32_t num_bytes) { |