Fixed spelling errors.

This commit is contained in:
Joel Sherrill
2000-02-03 13:18:21 +00:00
parent 399432faac
commit 1382cea3b1
2 changed files with 4 additions and 4 deletions

View File

@@ -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.
*/

View File

@@ -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.
*/