From: Mathieu Desnoyers Date: Sun, 13 Oct 2013 01:42:25 +0000 (-0400) Subject: wfcqueue: remove misleading comment X-Git-Tag: v0.9.0~134 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=b94aaf6f355f45182b46682bd561006c1123e4ab wfcqueue: remove misleading comment The splice blocking operation can indeed busy-wait. Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu/wfcqueue.h b/urcu/wfcqueue.h index 652b42d..4e83660 100644 --- a/urcu/wfcqueue.h +++ b/urcu/wfcqueue.h @@ -231,7 +231,7 @@ extern struct cds_wfcq_node *cds_wfcq_dequeue_with_state_blocking( * ensured. * * Returns enum cds_wfcq_ret which indicates the state of the src or - * dest queue. Cannot block. + * dest queue. */ extern enum cds_wfcq_ret cds_wfcq_splice_blocking( struct cds_wfcq_head *dest_q_head,