summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 05:58:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-28 05:58:54 +0000
commit20f02c63a77bc9b21b0970dba1d808d6c2e8748f (patch)
treece3984621695dcd0d19a975ef8c3ca12fe8e3a48 /cpukit/score/include/rtems/score/thread.h
parentWhite space removal. (diff)
downloadrtems-20f02c63a77bc9b21b0970dba1d808d6c2e8748f.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index ed5b475cd1..9e09efc950 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -1,4 +1,4 @@
-/**
+/**
* @file rtems/score/thread.h
*
* This include file contains all constants and structures associated
@@ -92,7 +92,7 @@ typedef void *Thread;
/**
* @brief Type of the numeric argument of a thread entry function with at
- * least one numeric argument.
+ * least one numeric argument.
*
* This numeric argument type designates an unsigned integer type with the
* property that any valid pointer to void can be converted to this type and
@@ -274,13 +274,13 @@ typedef struct {
/** This field contains any options in effect on this blocking operation. */
uint32_t option;
/** This field will contain the return status from a blocking operation.
- *
+ *
* @note The following assumes that all API return codes can be
* treated as an uint32_t.
*/
uint32_t return_code;
- /** This field is the chain header for the second through Nth tasks
+ /** This field is the chain header for the second through Nth tasks
* of the same priority blocked waiting on the same object.
*/
Chain_Control Block2n;
@@ -377,7 +377,7 @@ struct Thread_Control_struct {
/** This field is true if the thread is offered globally */
bool is_global;
#endif
- /** This field is is true if the post task context switch should be
+ /** This field is is true if the post task context switch should be
* executed for this thread at the next context switch.
*/
bool do_post_task_switch_extension;