diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-13 18:52:22 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-13 18:52:22 +0000 |
commit | acbb8b1db5e74ff4d038d2e12d619f5ae71dd120 (patch) | |
tree | 84e6cec57a1afd3c7e76db816debd5b0b579aa5c /ppapi/c/ppb_file_io.h | |
parent | 725f688c5d44e0a3d02e8a0f87ee5fef9e328eb1 (diff) | |
download | chromium_src-acbb8b1db5e74ff4d038d2e12d619f5ae71dd120.zip chromium_src-acbb8b1db5e74ff4d038d2e12d619f5ae71dd120.tar.gz chromium_src-acbb8b1db5e74ff4d038d2e12d619f5ae71dd120.tar.bz2 |
Fixed capitalization of error codes as per bug here:
http://code.google.com/p/nativeclient-sdk/issues/detail?id=125
Review URL: http://codereview.chromium.org/9190069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb_file_io.h')
-rw-r--r-- | ppapi/c/ppb_file_io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/ppb_file_io.h b/ppapi/c/ppb_file_io.h index b67c41e..51203dd 100644 --- a/ppapi/c/ppb_file_io.h +++ b/ppapi/c/ppb_file_io.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* From ppb_file_io.idl modified Wed Dec 14 18:08:00 2011. */ +/* From ppb_file_io.idl modified Thu Jan 12 16:13:13 2012. */ #ifndef PPAPI_C_PPB_FILE_IO_H_ #define PPAPI_C_PPB_FILE_IO_H_ @@ -242,7 +242,7 @@ struct PPB_FileIO_1_0 { /** * Close() cancels any IO that may be pending, and closes the FileIO object. * Any pending callbacks will still run, reporting - * <code>PP_Error_Aborted</code> if pending IO was interrupted. It is not + * <code>PP_ERROR_ABORTED</code> if pending IO was interrupted. It is not * valid to call Open() again after a call to this method. * <strong>Note:</strong> If the FileIO object is destroyed, and it is still * open, then it will be implicitly closed, so you are not required to call |