From b94aaf6f355f45182b46682bd561006c1123e4ab Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 12 Oct 2013 21:42:25 -0400 Subject: [PATCH 1/1] wfcqueue: remove misleading comment The splice blocking operation can indeed busy-wait. Signed-off-by: Mathieu Desnoyers --- urcu/wfcqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1