summaryrefslogtreecommitdiffstats
path: root/develenv/sample.rst
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-18 00:37:40 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:24 -0400
commitd389819eea3a84e388935153e3be847342809da3 (patch)
tree15cfe55f41281cead805ce87f66c5d7248caa9ce /develenv/sample.rst
parentRemove ada_user document. (diff)
downloadrtems-docs-d389819eea3a84e388935153e3be847342809da3.tar.bz2
Convert all Unicode to ASCII(128)
Diffstat (limited to 'develenv/sample.rst')
-rw-r--r--develenv/sample.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/develenv/sample.rst b/develenv/sample.rst
index fa35f6a..2531408 100644
--- a/develenv/sample.rst
+++ b/develenv/sample.rst
@@ -129,7 +129,7 @@ The following messages are printed:
Hello World
\*** END OF HELLO WORLD TEST \***
-These messages are printed from the application’s
+These messages are printed from the application's
single initialization task. If the above messages are not
printed correctly, then either the BSP start up code or the
console output routine is not operating properly.
@@ -199,7 +199,7 @@ when using the Ada version to output the following messages:
\*** END OF SAMPLE SINGLE PROCESSOR APPLICATION \***
The first two messages are printed from the
-application’s single initialization task. The final messages
+application's single initialization task. The final messages
are printed from the single application task.
Base Multiple Processor Application
@@ -233,7 +233,7 @@ The second node will print the following messages:
This task has the id of 0x20002
\*** END OF SAMPLE MULTIPROCESSOR APPLICATION \***
-The herald is printed from the application’s single
+The herald is printed from the application's single
initialization task on each node. The final messages are
printed from the single application task on each node.