summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectclearname.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectclearname.c')
-rw-r--r--cpukit/score/src/objectclearname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/objectclearname.c b/cpukit/score/src/objectclearname.c
index 3d48ac039f..4ba3514f84 100644
--- a/cpukit/score/src/objectclearname.c
+++ b/cpukit/score/src/objectclearname.c
@@ -41,6 +41,6 @@ void _Objects_Clear_name(
uint32_t maximum = length / OBJECTS_NAME_ALIGNMENT;
uint32_t *name_ptr = (uint32_t *) name;
- for ( index=0 ; index < maximum ; index++ )
+ for ( index=0 ; index < maximum ; index++ )
*name_ptr++ = 0;
}