Index: native_client_sdk/src/tools/compiler-wrapper.py |
diff --git a/native_client_sdk/src/tools/compiler-wrapper.py b/native_client_sdk/src/tools/compiler-wrapper.py |
index ef0af646a9665484c3f55526ed0ea7d649cfcd3d..a2dcb118a5db6e491af6f5f7f8802ea3a0810dc0 100755 |
--- a/native_client_sdk/src/tools/compiler-wrapper.py |
+++ b/native_client_sdk/src/tools/compiler-wrapper.py |
@@ -2,7 +2,7 @@ |
# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-"""NaCL gcc wrapper that presents glibc and newlib as a single |
+"""NaCl gcc wrapper that presents glibc and newlib as a single |
toolchain. |
This wraps the newlib and glibc compilers and allows users |