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

Unified Diff: native_client_sdk/src/build_tools/template.mk

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/build_tools/template.mk
diff --git a/native_client_sdk/src/build_tools/template.mk b/native_client_sdk/src/build_tools/template.mk
index 1cf39a9feb11d13c6ee7fd171161ec4200eadaeb..3f413cd18ddd09f69d77d1a53bfbd4f3a9431c66 100644
--- a/native_client_sdk/src/build_tools/template.mk
+++ b/native_client_sdk/src/build_tools/template.mk
@@ -12,7 +12,7 @@
#
# Default configuration
#
-# By default we will build a Debug configuration using the GCC newlib toolcahin
+# By default we will build a Debug configuration using the GCC newlib toolchain
# to override this, specify TOOLCHAIN=newlib|glibc or CONFIG=Debug|Release on
# the make command-line or in this file prior to including common.mk. The
# toolchain we use by default will be the first valid one listed
@@ -62,7 +62,7 @@ TARGET={{targets[0]['NAME']}}
# switches.
#
# We break this list down into two parts, the set we need to rebuild (DEPS)
-# and the set we do not. This example does not havea any additional library
+# and the set we do not. This example does not have a any additional library
# dependencies.
#
DEPS={{' '.join(targets[0].get('DEPS', []))}}
@@ -96,6 +96,6 @@ $(eval $(call LINK_RULE,{{name}},$({{name}}_SOURCES),$(LIBS),$(DEPS)))
[[]]
#
-# Specify the NMF to be created with no additional arugments.
+# Specify the NMF to be created with no additional arguments.
#
$(eval $(call NMF_RULE,$(TARGET),))
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_tools/set_nacl_env.py ('k') | native_client_sdk/src/examples/debugging/string_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698