sp74.doc: Correct minor typos

This commit is contained in:
Joel Sherrill
2014-04-14 16:05:52 -05:00
parent 2ca0a7be22
commit 589bbcb0ed

View File

@@ -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.