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:33 +00:00
parent d9b0895dff
commit 6cd8bbe7d0
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-17 Till Straumann <strauman@slac.stanford.edu>
* libi2c/libi2c.c, libi2c/libi2c.h, libi2c/README_libi2c:

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;