summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-03 13:18:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-02-03 13:18:21 +0000
commit1382cea3b1599cbb63b1556803fa11219a4167dd (patch)
treebf01dac382314146cba4ccad4bdf84fba63293fe /c
parentPatch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1382cea3b1599cbb63b1556803fa11219a4167dd.tar.bz2
Fixed spelling errors.
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.
*/