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); |