summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/build_tools/make_simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/build_tools/make_simple.py')
-rw-r--r--native_client_sdk/src/build_tools/make_simple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/build_tools/make_simple.py b/native_client_sdk/src/build_tools/make_simple.py
index 715fa5a..90f8d33 100644
--- a/native_client_sdk/src/build_tools/make_simple.py
+++ b/native_client_sdk/src/build_tools/make_simple.py
@@ -4,7 +4,7 @@
"""This is a simplified Makefile generator for single-target gyp files.
It was originally designed for generating readable Makefiles for the
-the NaCL examples.
+the NaCl examples.
"""
# pylint: disable=C0301