Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: ppapi/cpp/file_io.h

Issue 9190069: Fixed capitalization of error codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/ppb_graphics_2d.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/file_io.h
===================================================================
--- ppapi/cpp/file_io.h (revision 118900)
+++ ppapi/cpp/file_io.h (working copy)
@@ -93,7 +93,7 @@
/// @param[in] cc A <code>CompletionCallback</code> to be called upon
/// completion of Read().
///
- /// @return An The number of bytes read an error code from
+ /// @return The number of bytes read an error code from
/// <code>pp_errors.h</code>. If the return value is 0, then end-of-file was
/// reached. It is valid to call Read() multiple times with a completion
/// callback to queue up parallel reads from the file at different offsets.
@@ -112,7 +112,7 @@
/// @param[in] cc A <code>CompletionCallback</code> to be called upon
/// completion of Write().
///
- /// @return An The number of bytes written or an error code from
+ /// @return The number of bytes written or an error code from
/// <code>pp_errors.h</code>. If the return value is 0, then end-of-file was
/// reached. It is valid to call Write() multiple times with a completion
/// callback to queue up parallel writes to the file at different offsets.
« no previous file with comments | « ppapi/c/ppb_graphics_2d.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698