summaryrefslogtreecommitdiff
path: root/cpukit/score
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/score
parent8545a7eafcd7fc25f269b894c9b4c68321445bab (diff)
2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/thread.h: Fix spelling error.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
1 files changed, 1 insertions, 1 deletions
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;