From 1382cea3b1599cbb63b1556803fa11219a4167dd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 3 Feb 2000 13:18:21 +0000 Subject: Fixed spelling errors. --- c/src/exec/rtems/src/semcreate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c') 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. */ -- cgit v1.2.3