forked from Imagelibrary/rtems
2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/thread.h: Fix spelling error.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* score/include/rtems/score/thread.h: Fix spelling error.
|
||||||
|
|
||||||
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1266/cpukit
|
PR 1266/cpukit
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ typedef struct {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
/** This field is the starting address for the thread. */
|
/** This field is the starting address for the thread. */
|
||||||
Thread_Entry entry_point;
|
Thread_Entry entry_point;
|
||||||
/** This field indicatres the how task is invoked. */
|
/** This field indicates the how task is invoked. */
|
||||||
Thread_Start_types prototype;
|
Thread_Start_types prototype;
|
||||||
/** This field is the pointer argument passed at thread start. */
|
/** This field is the pointer argument passed at thread start. */
|
||||||
void *pointer_argument;
|
void *pointer_argument;
|
||||||
|
|||||||
Reference in New Issue
Block a user