X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Fwfcqueue.h;h=4ce8fe962296406b7b69eb75992ea9d910ef6f08;hp=b6be9f3dfaad4ca5bea9db29ad72dd043d1ffada;hb=ffa11a1830c532f3b052146eb9f0dd450cb2a0f2;hpb=274773cf3b5c0bf223b8827f31c4486859e78208 diff --git a/urcu/wfcqueue.h b/urcu/wfcqueue.h index b6be9f3..4ce8fe9 100644 --- a/urcu/wfcqueue.h +++ b/urcu/wfcqueue.h @@ -192,7 +192,7 @@ extern bool cds_wfcq_enqueue(struct cds_wfcq_head *head, * Content written into the node before enqueue is guaranteed to be * consistent, but no other memory ordering is ensured. * It is valid to reuse and free a dequeued node immediately. - * Mutual exlusion with cds_wfcq_dequeue_blocking and dequeue lock is + * Mutual exclusion with cds_wfcq_dequeue_blocking and dequeue lock is * ensured. */ extern struct cds_wfcq_node *cds_wfcq_dequeue_blocking( @@ -206,7 +206,7 @@ extern struct cds_wfcq_node *cds_wfcq_dequeue_blocking( * dest_q must be already initialized. * Content written into the node before enqueue is guaranteed to be * consistent, but no other memory ordering is ensured. - * Mutual exlusion with cds_wfcq_dequeue_blocking and dequeue lock is + * Mutual exclusion with cds_wfcq_dequeue_blocking and dequeue lock is * ensured. * * Returns enum cds_wfcq_ret which indicates the state of the src or