Index: native_client_sdk/src/getting_started/part2/index.html |
diff --git a/native_client_sdk/src/getting_started/part2/index.html b/native_client_sdk/src/getting_started/part2/index.html |
index 2dd2f500a89102fe49048d905eea87722d541861..af5196d0bcb7438038d908e65e9adb0c26b3637f 100644 |
--- a/native_client_sdk/src/getting_started/part2/index.html |
+++ b/native_client_sdk/src/getting_started/part2/index.html |
@@ -13,9 +13,9 @@ |
<script type="text/javascript" src="example.js"></script> |
</head> |
<!-- |
-For the SDK examples, we support several toolchains (e.g. PNaCl, newlib, |
-GLibC). In your own code, you'll likely just choose one toolchain (probably |
-PNaCl), and load that directly. |
+For the SDK examples, we support several toolchains (e.g. pnacl, clang-newlib, |
+glibc). In your own code, you'll likely just choose one toolchain (probably |
+pnacl), and load that directly. |
Rather than have each example repeat the same module loading code for each |
toolchain it supports, we set custom data attributes on the body. Those |