summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/attr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/rtems/include/rtems/rtems/attr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/attr.h b/cpukit/rtems/include/rtems/rtems/attr.h
index 5b3480f967..0206ad5cc6 100644
--- a/cpukit/rtems/include/rtems/rtems/attr.h
+++ b/cpukit/rtems/include/rtems/rtems/attr.h
@@ -52,13 +52,13 @@ typedef uint32_t rtems_attribute;
*/
#define RTEMS_GLOBAL 0x00000002
-/**
+/**
* This is the attribute constant which reflects that blocking
* tasks will be managed using FIFO discipline.
*/
#define RTEMS_FIFO 0x00000000
-/**
+/**
* This is the attribute constant which reflects that blocking
* tasks will be managed using task priority discipline.
*/