| Index: native_client_sdk/src/tools/common.mk
|
| diff --git a/native_client_sdk/src/tools/common.mk b/native_client_sdk/src/tools/common.mk
|
| index be7e2bbcb657b35aa8fba46a66ddac0ca6b2c19f..5d6b461cadb3427f109e6f8f57790f0e15683c04 100644
|
| --- a/native_client_sdk/src/tools/common.mk
|
| +++ b/native_client_sdk/src/tools/common.mk
|
| @@ -274,7 +274,7 @@ clean:
|
| #
|
| # Output will be places in a directory name based on Toolchain and configuration
|
| # be default this will be "newlib/Debug". We use a python wrapped MKDIR to
|
| -# proivde a cross platform solution. The use of '|' checks for existance instead
|
| +# proivde a cross platform solution. The use of '|' checks for existence instead
|
| # of timestamp, since the directory can update when files change.
|
| #
|
| %dir.stamp :
|
|
|