summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/file_system.h
diff options
context:
space:
mode:
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>.