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

Unified Diff: native_client_sdk/src/libraries/nacl_io/path.h

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/path.h
diff --git a/native_client_sdk/src/libraries/nacl_io/path.h b/native_client_sdk/src/libraries/nacl_io/path.h
index d1a381ba0e3443e451118da9ed4356d704fec4c3..7ac41f2f2557e569b61463173cf4aee8f00e1fec 100644
--- a/native_client_sdk/src/libraries/nacl_io/path.h
+++ b/native_client_sdk/src/libraries/nacl_io/path.h
@@ -61,7 +61,7 @@ class Path {
private:
// Internal representation of the path stored an array of string representing
- // the directory traversal. The first string is a "/" if this is an abolute
+ // the directory traversal. The first string is a "/" if this is an absolute
// path.
StringArray_t paths_;
};
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/mount_mem.cc ('k') | native_client_sdk/src/libraries/nacl_io/path.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698