summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/file_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/file_io.h')
-rw-r--r--ppapi/cpp/file_io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/file_io.h b/ppapi/cpp/file_io.h
index d850627..29a45f6 100644
--- a/ppapi/cpp/file_io.h
+++ b/ppapi/cpp/file_io.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -145,7 +145,7 @@ class FileIO : public Resource {
/// 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