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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/mount_test.cc

Issue 13106002: [NaCl SDK] A bunch of spelling fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix presubmit Created 7 years, 9 months 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
Index: native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc b/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
index 3b8df4ddb41b9dd56df05e64acd610b4410fc321..1604ccafd3bb145c58a85fcce4e62e1627e9d0ef 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
+++ b/native_client_sdk/src/libraries/nacl_io_test/mount_test.cc
@@ -56,7 +56,7 @@ TEST(MountTest, Sanity) {
// A memory mount starts with one directory node: the root.
EXPECT_EQ(1, mnt->num_nodes());
- // Fail to open non existant file
+ // Fail to open non existent file
EXPECT_EQ(NULL_NODE, mnt->Open(Path("/foo"), O_RDWR));
EXPECT_EQ(errno, ENOENT);

Powered by Google App Engine
This is Rietveld 408576698