Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: native_client_sdk/src/examples/hello_world_stdio/index.html

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « native_client_sdk/src/examples/hello_world_stdio/example.dsc ('k') | native_client_sdk/src/libraries/nacl_io/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698