| Index: webkit/browser/fileapi/async_file_util.h
|
| diff --git a/webkit/browser/fileapi/async_file_util.h b/webkit/browser/fileapi/async_file_util.h
|
| index a5ea6210ff1731f59441aae01caea9d66c13c5aa..c1e6d1e4725930bcd67edb6d923bc8caa27f5689 100644
|
| --- a/webkit/browser/fileapi/async_file_util.h
|
| +++ b/webkit/browser/fileapi/async_file_util.h
|
| @@ -99,7 +99,7 @@ class AsyncFileUtil {
|
| // PLATFORM_FILE_ERROR_FILE_EXISTS if the |url| already exists.
|
| //
|
| // FileSystemOperationImpl::OpenFile calls this.
|
| - // This is used only by Pepper/NaCL File API.
|
| + // This is used only by Pepper/NaCl File API.
|
| //
|
| virtual void CreateOrOpen(
|
| scoped_ptr<FileSystemOperationContext> context,
|
| @@ -185,7 +185,7 @@ class AsyncFileUtil {
|
| // create a file unlike 'touch' command on Linux.
|
| //
|
| // FileSystemOperationImpl::TouchFile calls this.
|
| - // This is used only by Pepper/NaCL File API.
|
| + // This is used only by Pepper/NaCl File API.
|
| //
|
| virtual void Touch(
|
| scoped_ptr<FileSystemOperationContext> context,
|
|
|