From bf4b1620f85f3b539a06da5facab8c603686fe7a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 13 Jul 2010 11:53:16 -0400 Subject: [PATCH] Add lock-free queue comments from Paul's review Signed-off-by: Mathieu Desnoyers --- urcu/rculfqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.34.1