summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/core.h
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-23 22:01:45 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-23 22:01:45 +0000
commita62be6e248c94a8777ae68b09ae3b2ef9c3780c1 (patch)
treed641eb4677c5c2a28a9a918d85a81c2209926e24 /ppapi/cpp/core.h
parent0a98e4986e08d85cc5341fffb5977f56ab59bb36 (diff)
downloadchromium_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.h2
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) {