rculfhash: fix typo
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Apr 2012 00:56:43 +0000 (20:56 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Apr 2012 00:56:43 +0000 (20:56 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/rculfhash.h

index 8baf31d76bdfa1e40b4184b437a5421756764bfb..7d06a869bc0f5b3b60d74feec7a4a93dff107684 100644 (file)
@@ -322,7 +322,7 @@ struct cds_lfht_node *cds_lfht_add_replace(struct cds_lfht *ht,
                struct cds_lfht_node *node);
 
 /*
- * cds_lfht_replace - replace a node pointer to by iter within hash table.
+ * cds_lfht_replace - replace a node pointed to by iter within hash table.
  * @ht: the hash table.
  * @old_iter: the iterator position of the node to replace.
  * @hash: the node's hash.
This page took 0.024525 seconds and 4 git commands to generate.