summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/msgbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/msgbuffer.c')
-rw-r--r--cpukit/itron/src/msgbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/msgbuffer.c b/cpukit/itron/src/msgbuffer.c
index 13c89efba6..e4cb4a4f20 100644
--- a/cpukit/itron/src/msgbuffer.c
+++ b/cpukit/itron/src/msgbuffer.c
@@ -43,7 +43,7 @@ void _ITRON_Message_buffer_Manager_initialization(
block */
FALSE, /* TRUE if names for this
object are strings */
- RTEMS_MAXIMUM_NAME_LENGTH, /* maximum length of each
+ ITRON_MAXIMUM_NAME_LENGTH, /* maximum length of each
object's name */
FALSE /* TRUE if this class is threads */
);