| Index: native_client_sdk/src/examples/hello_world_stdio/index.html
|
| diff --git a/native_client_sdk/src/examples/hello_world_stdio/index.html b/native_client_sdk/src/examples/hello_world_stdio/index.html
|
| index 2beaf1064bdd0ca0be6c241ed9a4b10d4cbc9f18..d7af88d249f43aabe85a88583287ed1768724f03 100644
|
| --- a/native_client_sdk/src/examples/hello_world_stdio/index.html
|
| +++ b/native_client_sdk/src/examples/hello_world_stdio/index.html
|
| @@ -18,9 +18,9 @@ found in the LICENSE file.
|
| <!-- The NaCl plugin will be embedded inside the element with id "listener".
|
| See common.js.-->
|
|
|
| - <p>This example demonstrates using nacl_mounts ppapi_main to simplify the
|
| + <p>This example demonstrates using nacl_io ppapi_main to simplify the
|
| creation of a PPAPI application. The ppapi_main library handles the creation
|
| - and initialization of a pp::Instance object. The nacl_mounts library
|
| + and initialization of a pp::Instance object. The nacl_io library
|
| intercepts standard file IO, allowing the remapping of STDOUT, and
|
| STDERR.</p>
|
| <p>In main, we write to both STDOUT and STDERR, printing a hello world
|
|
|