From: Mathieu Desnoyers Date: Tue, 13 Jul 2010 15:53:16 +0000 (-0400) Subject: Add lock-free queue comments from Paul's review X-Git-Tag: v0.4.7~23 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=bf4b1620f85f3b539a06da5facab8c603686fe7a Add lock-free queue comments from Paul's review Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu/rculfqueue.h b/urcu/rculfqueue.h index 76da6b1..32fca49 100644 --- a/urcu/rculfqueue.h +++ b/urcu/rculfqueue.h @@ -107,7 +107,7 @@ void rcu_lfq_enqueue(struct rcu_lfq_queue *q, struct rcu_lfq_node *node) * which calls the release primitive when the reference count drops to zero. A * grace period must be waited before performing the actual memory reclamation * in the release primitive. - * The entry lfq node returned by dequeue must no be re-used before the + * The entry lfq node returned by dequeue must not be re-used before the * reference count reaches zero. */ struct rcu_lfq_node *