summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectget.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/objectget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/objectget.c b/cpukit/score/src/objectget.c
index dd798a8976..1f51c20a4a 100644
--- a/cpukit/score/src/objectget.c
+++ b/cpukit/score/src/objectget.c
@@ -63,7 +63,7 @@ Objects_Control *_Objects_Get(
/* index = _Objects_Get_index( id ); */
index = id & 0x0000ffff;
/* This should work but doesn't always :( */
- /* index = (uint16_t ) id; */
+ /* index = (uint16_t) id; */
#endif
if ( information->maximum >= index ) {