summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/itronsem.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/itronsem.c')
-rw-r--r--cpukit/itron/src/itronsem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/itronsem.c b/cpukit/itron/src/itronsem.c
index 3a16199d05..15fcb78666 100644
--- a/cpukit/itron/src/itronsem.c
+++ b/cpukit/itron/src/itronsem.c
@@ -40,11 +40,11 @@ void _ITRON_Semaphore_Manager_initialization(void)
Configuration_ITRON_API.maximum_semaphores,
/* maximum objects of this class */
sizeof(ITRON_Semaphore_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
);