From: Mathieu Desnoyers Date: Wed, 25 Apr 2012 00:56:43 +0000 (-0400) Subject: rculfhash: fix typo X-Git-Tag: v0.7.0~27 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=929ad508088a17b183009bff36aacaa0b566f22e rculfhash: fix typo Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu/rculfhash.h b/urcu/rculfhash.h index 8baf31d..7d06a86 100644 --- a/urcu/rculfhash.h +++ b/urcu/rculfhash.h @@ -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.