diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-02 01:41:11 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-02 01:41:11 +0000 |
commit | 077c5dfdd61b3f296b6657f75332873ebe32bfff (patch) | |
tree | c23ba3c4220df8311ab3c31ebb9a0f35aec4335b /content | |
parent | 82d72b7b16f398a8b98213f1048d2900c6b54fb3 (diff) | |
download | chromium_src-077c5dfdd61b3f296b6657f75332873ebe32bfff.zip chromium_src-077c5dfdd61b3f296b6657f75332873ebe32bfff.tar.gz chromium_src-077c5dfdd61b3f296b6657f75332873ebe32bfff.tar.bz2 |
Fix spelling of "NaCl" in various places: "NaCL" is the wrong capitalisation
BUG=none
TEST=none
TBR=ericu@chromium.org,sbc@chromium.org,aa@chromium.org
Review URL: https://codereview.chromium.org/56413002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/common/sandbox_mac_unittest_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/sandbox_mac_unittest_helper.h b/content/common/sandbox_mac_unittest_helper.h index 6ad9057..a3c0694 100644 --- a/content/common/sandbox_mac_unittest_helper.h +++ b/content/common/sandbox_mac_unittest_helper.h @@ -60,7 +60,7 @@ class MacSandboxTest : public base::MultiProcessTest { // processes. // // DANGER DANGER DANGER: - // Additional sandbox types defined by the embedder (e.g. the NaCL sandbox) + // Additional sandbox types defined by the embedder (e.g. the NaCl sandbox) // won't be covered by these tests. bool RunTestInAllSandboxTypes(const char* test_name, const char* test_data); |