Trivial typo fix

This commit is contained in:
Gregory Nutt 2017-06-21 06:48:13 -06:00
parent 6618336a39
commit 0c3aef9591

View File

@ -131,7 +131,7 @@ int pthread_mutex_unlock(FAR pthread_mutex_t *mutex)
/* The unlock operation is only performed if the mutex is actually locked.
* If the mutex is not locked, then SUCCESS will be returned (there is
* not error return value specified for this case).
* no error return value specified for this case).
*/
if (pthread_mutex_islocked(mutex))