Fix typo in a comment.

This commit is contained in:
rpaulo 2014-09-02 18:21:19 +00:00
parent f8f533c3d2
commit d9d51ad995

View File

@ -150,7 +150,7 @@ _pthread_cond_destroy(pthread_cond_t *cond)
}
/*
* Cancellation behaivor:
* Cancellation behavior:
* Thread may be canceled at start, if thread is canceled, it means it
* did not get a wakeup from pthread_cond_signal(), otherwise, it is
* not canceled.