summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/eventflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/eventflags.c')
-rw-r--r--cpukit/itron/src/eventflags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/eventflags.c b/cpukit/itron/src/eventflags.c
index 99664f59f5..a68783398a 100644
--- a/cpukit/itron/src/eventflags.c
+++ b/cpukit/itron/src/eventflags.c
@@ -37,11 +37,11 @@ void _ITRON_Eventflags_Manager_initialization(void)
/* maximum objects of this class */
sizeof( ITRON_Eventflags_Control ),
/* size of this object's control block */
- FALSE, /* TRUE if names for this object are strings */
+ false, /* true if names for this object are strings */
ITRON_MAXIMUM_NAME_LENGTH /* maximum length of each object's name */
#if defined(RTEMS_MULTIPROCESSING)
,
- FALSE, /* TRUE if this is a global object class */
+ false, /* true if this is a global object class */
NULL /* Proxy extraction support callout */
#endif
);