Add lock-free queue comments from Paul's review
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 13 Jul 2010 15:53:16 +0000 (11:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Tue, 13 Jul 2010 15:53:16 +0000 (11:53 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/rculfqueue.h

index 76da6b16da648eadef645337d69d49d4e8a22543..32fca49a6cb126a38ad4342c31a23a74a091545f 100644 (file)
@@ -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 *
This page took 0.024337 seconds and 4 git commands to generate.