diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 22:26:15 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-29 22:26:15 +0000 |
commit | 935d00fd2e39a0c216f798cb0453b298b9ad689f (patch) | |
tree | 4e61181702d7ac74542eecdc704ecb0447162644 /ppapi/cpp/file_io.h | |
parent | 1f1225be279e05a22e672284bf2f1a2200d70740 (diff) | |
download | chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.zip chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.tar.gz chromium_src-935d00fd2e39a0c216f798cb0453b298b9ad689f.tar.bz2 |
[PPAPI] Fix a bunch of spelling mistakes
BUG=none
Review URL: https://codereview.chromium.org/13220002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191456 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/file_io.h')
-rw-r--r-- | ppapi/cpp/file_io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/file_io.h b/ppapi/cpp/file_io.h index bf2c857..9bbb5f7 100644 --- a/ppapi/cpp/file_io.h +++ b/ppapi/cpp/file_io.h @@ -117,7 +117,7 @@ class FileIO : public Resource { /// where a copy of your FileIO resource could outlive your class, the /// callback will still be pending when your class goes out of scope, creating /// the possibility of writing into invalid memory. So it's recommended to - /// keep your FileIO resource and any oubput buffers tightly controlled in + /// keep your FileIO resource and any output buffers tightly controlled in /// the same scope. /// /// <strong>Caveat:</strong> This Read() is potentially unsafe if you're using @@ -229,7 +229,7 @@ class FileIO : public Resource { PP_CompletionCallback original_callback; }; - // Provide backwards-compatability for older Read versions. Converts the + // Provide backwards-compatibility for older Read versions. Converts the // old-style "char*" output buffer of 1.0 to the new "PP_ArrayOutput" // interface in 1.1. // |