summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/file_system.h
diff options
context:
space:
mode:
authorjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-09 22:17:31 +0000
committerjond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-09 22:17:31 +0000
commitea8063fa8ee79678226becafe568468aa6597b43 (patch)
tree377b65ff7be096d92499fb13f9d3f5e70922eacb /ppapi/cpp/file_system.h
parent8d64cf392bdae96cf080c2fd23517e4b27fe6b5e (diff)
downloadchromium_src-ea8063fa8ee79678226becafe568468aa6597b43.zip
chromium_src-ea8063fa8ee79678226becafe568468aa6597b43.tar.gz
chromium_src-ea8063fa8ee79678226becafe568468aa6597b43.tar.bz2
C++ File IO documentation.
Review URL: http://codereview.chromium.org/7307037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96083 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/file_system.h')
-rw-r--r--ppapi/cpp/file_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/file_system.h b/ppapi/cpp/file_system.h
index be730b6..db62bd7 100644
--- a/ppapi/cpp/file_system.h
+++ b/ppapi/cpp/file_system.h
@@ -39,7 +39,7 @@ class FileSystem : public Resource {
/// any other operation on it.
///
/// @param[in] expected_size The expected size of the file system.
- /// @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
+ /// @param[in] cc A <code>PP_CompletionCallback</code> to be called upon
/// completion of Open().
///
/// @return An int32_t containing an error code from <code>pp_errors.h</code>.