| 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_;
|
| };
|
|
|