Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(556)

Unified Diff: webkit/browser/fileapi/async_file_util.h

Issue 56413002: Fix spelling of "NaCl" in various places: "NaCL" is the wrong capitalisation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo translation change Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/tools/create_nmf.py ('k') | webkit/browser/fileapi/file_system_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « native_client_sdk/src/tools/create_nmf.py ('k') | webkit/browser/fileapi/file_system_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698