summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 19:35:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-26 19:35:33 +0000
commit6cd8bbe7d05e97243c0e53aa8f0673cd11555056 (patch)
tree5925657d3cca01e5c7430df6b514d15c4ba386d4 /cpukit/score/include/rtems/score/thread.h
parent2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-6cd8bbe7d05e97243c0e53aa8f0673cd11555056.tar.bz2
2007-11-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/thread.h: Fix spelling error.
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-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 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;