summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/rtems/src/semcreate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/rtems/src/semcreate.c b/c/src/exec/rtems/src/semcreate.c
index db28555877..54a5bf80f2 100644
--- a/c/src/exec/rtems/src/semcreate.c
+++ b/c/src/exec/rtems/src/semcreate.c
@@ -129,8 +129,8 @@ rtems_status_code rtems_semaphore_create(
the_semaphore->attribute_set = attribute_set;
/*
- * If it is not a counting, semaphore, then it is either a
- * simple binary semaphore or a more powerful lmutex style binary
+ * If it is not a counting semaphore, then it is either a
+ * simple binary semaphore or a more powerful mutex style binary
* semaphore.
*/