diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 03cf78ce79..793f4d6a64 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2007-11-26 Joel Sherrill + + * score/include/rtems/score/thread.h: Fix spelling error. + 2007-11-17 Till Straumann * libi2c/libi2c.c, libi2c/libi2c.h, libi2c/README_libi2c: diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 53d3f54a4a..87237e69be 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -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;