summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/tasks.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 11:57:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 11:57:23 +0000
commit33c3b54d57b50ac3d236e2660556a9a2ecb8dcad (patch)
treee6099e8db3c611101bd9c8f486b3f451a5e979b6 /cpukit/rtems/include/rtems/rtems/tasks.h
parentWhitespace removal. (diff)
downloadrtems-33c3b54d57b50ac3d236e2660556a9a2ecb8dcad.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/rtems/include/rtems/rtems/tasks.h')
-rw-r--r--cpukit/rtems/include/rtems/rtems/tasks.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/rtems/include/rtems/rtems/tasks.h
index 049e709fd6..c468583ed8 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/rtems/include/rtems/rtems/tasks.h
@@ -45,7 +45,7 @@
#include <rtems/rtems/status.h>
/**
- * This constant is defined to extern most of the time when using
+ * This constant is defined to extern most of the time when using
* this header file. However by defining it to nothing, the data
* declared in this header file can be instantiated. This is done
* in a single per manager file.
@@ -205,7 +205,7 @@ typedef struct {
* the RTEMS API to function correctly.
*
* @note Notepads must be the last entry in the structure and memory
- * will be taken away from this structure when allocated if
+ * will be taken away from this structure when allocated if
* notespads are disabled by the application configuration.
*/
typedef struct {
@@ -232,7 +232,7 @@ RTEMS_TASKS_EXTERN Objects_Information _RTEMS_tasks_Information;
/**
* When the user configures a set of Classic API initialization tasks,
* This variable will point to the method used to initialize them.
- *
+ *
* @note It is instantiated and initialized by confdefs.h based upon
* application requirements.
*/
@@ -414,7 +414,7 @@ rtems_status_code rtems_task_wake_after(
/**
* @brief rtems_task_is_suspended
-
+
* This directive returns a status indicating whether or not
* the specified task is suspended.
*/