2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>

* score/include/rtems/score/thread.h: Fix spelling error.
This commit is contained in:
Joel Sherrill
2007-11-26 19:35:48 +00:00
parent 8545a7eafc
commit e2f429f144
2 changed files with 5 additions and 1 deletions

View File

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

View File

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