X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Frculfhash.h;fp=urcu%2Frculfhash.h;h=7d06a869bc0f5b3b60d74feec7a4a93dff107684;hp=8baf31d76bdfa1e40b4184b437a5421756764bfb;hb=929ad508088a17b183009bff36aacaa0b566f22e;hpb=f52c1ef78f707a5c5246582928e7dc8ed70efb37 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.