summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 19:35:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 19:35:48 +0000
commite2f429f1446d415ca80a7ae8959351aa980929a1 (patch)
tree1d55e6a01b7b95c529077985d653034c56d0882f /cpukit
parent2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e2f429f1446d415ca80a7ae8959351aa980929a1.tar.bz2
2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/thread.h: Fix spelling error.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 58096120f4..7926047db4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -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
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 1d8ba50705..5124c5fea0 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;