Index: native_client_sdk/src/doc/devguide/devcycle/building.rst |
diff --git a/native_client_sdk/src/doc/devguide/devcycle/building.rst b/native_client_sdk/src/doc/devguide/devcycle/building.rst |
index d1a6b04ebaeb3fc92547ba28d0582a4630a734e6..dd1f243127a76cd8028ae8ca4b8e45dcf7b2b37c 100644 |
--- a/native_client_sdk/src/doc/devguide/devcycle/building.rst |
+++ b/native_client_sdk/src/doc/devguide/devcycle/building.rst |
@@ -94,7 +94,7 @@ toolchains are located in directories named |
* *<architecture>* is your target architecture (x86 or arm) |
* *<library>* is the C library you are compiling with (newlib or glibc) |
-The compilers, linkers, and other tools are located in the ``bin/`` |
+The compilers, linkers, and other tools are located in the ``bin/`` |
subdirectory in each toolchain. For example, the tools in the Windows SDK |
for PNaCl has a C++ compiler in ``toolchain/win_pnacl/bin/pnacl-clang++``. |
As another example, the GCC-based C++ compiler that targets the x86 and uses the |