From 929ad508088a17b183009bff36aacaa0b566f22e Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 24 Apr 2012 20:56:43 -0400 Subject: [PATCH] rculfhash: fix typo Signed-off-by: Mathieu Desnoyers --- urcu/rculfhash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1