Index: webkit/browser/fileapi/file_system_file_util.h |
diff --git a/webkit/browser/fileapi/file_system_file_util.h b/webkit/browser/fileapi/file_system_file_util.h |
index a598f833c31bb0fd024753cadfdd52d3e756179b..5a4d730b5c8beee0c6c712b6adbee4fea19341b0 100644 |
--- a/webkit/browser/fileapi/file_system_file_util.h |
+++ b/webkit/browser/fileapi/file_system_file_util.h |
@@ -59,7 +59,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemFileUtil { |
// Creates or opens a file with the given flags. |
// See header comments for AsyncFileUtil::CreateOrOpen() for more details. |
- // This is used only by Pepper/NaCL File API. |
+ // This is used only by Pepper/NaCl File API. |
virtual base::PlatformFileError CreateOrOpen( |
FileSystemOperationContext* context, |
const FileSystemURL& url, |
@@ -68,7 +68,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemFileUtil { |
bool* created) = 0; |
// Closes the given file handle. |
- // This is used only for Pepper/NaCL File API. |
+ // This is used only for Pepper/NaCl File API. |
virtual base::PlatformFileError Close( |
FileSystemOperationContext* context, |
base::PlatformFile file) = 0; |