Fix typo in a comment.
This commit is contained in:
parent
f8f533c3d2
commit
d9d51ad995
@ -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
|
* 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
|
* did not get a wakeup from pthread_cond_signal(), otherwise, it is
|
||||||
* not canceled.
|
* not canceled.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user