summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/fmempool.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/fmempool.c')
-rw-r--r--cpukit/itron/src/fmempool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/fmempool.c b/cpukit/itron/src/fmempool.c
index 9d8f40b1b6..51f8ac0a59 100644
--- a/cpukit/itron/src/fmempool.c
+++ b/cpukit/itron/src/fmempool.c
@@ -38,11 +38,11 @@ void _ITRON_Fixed_memory_pool_Manager_initialization(void)
/* maximum objects of this class */
sizeof( ITRON_Fixed_memory_pool_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
);