mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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>
|
||||
|
||||
PR 1266/cpukit
|
||||
|
||||
@@ -165,7 +165,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
/** This field is the starting address for the thread. */
|
||||
Thread_Entry entry_point;
|
||||
/** This field indicatres the how task is invoked. */
|
||||
/** This field indicates the how task is invoked. */
|
||||
Thread_Start_types prototype;
|
||||
/** This field is the pointer argument passed at thread start. */
|
||||
void *pointer_argument;
|
||||
|
||||
Reference in New Issue
Block a user