summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectallocatebyindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectallocatebyindex.c')
-rw-r--r--cpukit/score/src/objectallocatebyindex.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/src/objectallocatebyindex.c b/cpukit/score/src/objectallocatebyindex.c
index af13780ad6..d3ca6423f1 100644
--- a/cpukit/score/src/objectallocatebyindex.c
+++ b/cpukit/score/src/objectallocatebyindex.c
@@ -30,8 +30,8 @@
*
* DESCRIPTION:
*
- * This function allocates the object control block
- * specified by the index from the inactive chain of
+ * This function allocates the object control block
+ * specified by the index from the inactive chain of
* free object control blocks.
*/
@@ -61,8 +61,8 @@ Objects_Control *_Objects_Allocate_by_index(
);
_Chain_Extract( &the_object->Node );
- return the_object;
- }
+ return the_object;
+ }
/*
* Autoextend will have to be thought out as it applies