summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/coresem.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/coresem.h')
-rw-r--r--cpukit/score/include/rtems/score/coresem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/coresem.h b/cpukit/score/include/rtems/score/coresem.h
index 12ef3ca7ee..e9be0036ab 100644
--- a/cpukit/score/include/rtems/score/coresem.h
+++ b/cpukit/score/include/rtems/score/coresem.h
@@ -59,7 +59,7 @@ typedef enum {
} CORE_semaphore_Status;
/*
- * The following defines the control block used to manage the
+ * The following defines the control block used to manage the
* attributes of each semaphore.
*/
@@ -69,7 +69,7 @@ typedef struct {
} CORE_semaphore_Attributes;
/*
- * The following defines the control block used to manage each
+ * The following defines the control block used to manage each
* counting semaphore.
*/