summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-04-14 16:05:52 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-04-14 16:05:52 -0500
commit589bbcb0edb0a019e1693fd884b95287f9ba7e7f (patch)
tree6f845ac83a44934acddd8436037657ee1399c103
parentcapture: Use ISR lock for SMP support (diff)
downloadrtems-589bbcb0edb0a019e1693fd884b95287f9ba7e7f.tar.bz2
sp74.doc: Correct minor typos
-rw-r--r--testsuites/sptests/sp74/sp74.doc8
1 files changed, 5 insertions, 3 deletions
diff --git a/testsuites/sptests/sp74/sp74.doc b/testsuites/sptests/sp74/sp74.doc
index 009be0235e..58eec2d22e 100644
--- a/testsuites/sptests/sp74/sp74.doc
+++ b/testsuites/sptests/sp74/sp74.doc
@@ -1,4 +1,4 @@
-# COPYRIGHT (c) 2011.
+# COPYRIGHT (c) 2011, 2014.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
@@ -16,6 +16,8 @@ directives:
concepts:
+ This test is specifically designed to exercise the yield case when
- a task is non-preemptive and a higher priority task is ready
+ a task is non-preemptive and a higher priority task is ready.
-+ test where there is one thread at a priority with the executing thread being non-preemptive. Create a higher priority thread and then yield from Init task.
++ Test where there is one thread at a priority with the executing thread
+ being non-preemptive. Create a higher priority thread and then yield from
+ the Init task.