Fix typo.

This commit is contained in:
Ralf Corsepius
2004-11-01 13:50:59 +00:00
parent 92100147e1
commit 59297bb7c2

View File

@@ -81,6 +81,7 @@ typedef enum {
CORE_SEMAPHORE_TIMEOUT, CORE_SEMAPHORE_TIMEOUT,
/** This status indicates that an attempt was made to unlock the semaphore /** This status indicates that an attempt was made to unlock the semaphore
* and this would have made its count greater than that allowed. * and this would have made its count greater than that allowed.
*/
CORE_SEMAPHORE_MAXIMUM_COUNT_EXCEEDED CORE_SEMAPHORE_MAXIMUM_COUNT_EXCEEDED
} CORE_semaphore_Status; } CORE_semaphore_Status;