summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/objectget.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/objectget.c')
-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 a0aa3465b2..2abcc389fb 100644
--- a/cpukit/score/src/objectget.c
+++ b/cpukit/score/src/objectget.c
@@ -63,7 +63,7 @@ Objects_Control *_Objects_Get(
* outside this class.
*
* If the Id matches the api, class, and node but index portion is 0,
- * then the subtraction will underflow and the addition of 1 will
+ * then the subtraction will underflow and the addition of 1 will
* result in a 0 index. The zeroth element in the local_table is
* always NULL.
*