From 6cd8bbe7d05e97243c0e53aa8f0673cd11555056 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 26 Nov 2007 19:35:33 +0000 Subject: [PATCH] 2007-11-26 Joel Sherrill * score/include/rtems/score/thread.h: Fix spelling error. --- cpukit/ChangeLog | 4 ++++ cpukit/score/include/rtems/score/thread.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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;