From bf09adc7f306c5cbd6e87b97ca05754fabe316c0 Mon Sep 17 00:00:00 2001 From: Lai Jiangshan Date: Thu, 20 Dec 2012 06:13:57 -0500 Subject: [PATCH] rculfhash: add cds_lfht_replace to the write operations in the comments Signed-off-by: Lai Jiangshan Signed-off-by: Mathieu Desnoyers --- rculfhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rculfhash.c b/rculfhash.c index 7050d5c..3650ed3 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -129,7 +129,7 @@ * - cds_lfht_first followed iteration with cds_lfht_next (and/or * cds_lfht_next_duplicate, although less common). * - * We define "write" operations as any of cds_lfht_add, + * We define "write" operations as any of cds_lfht_add, cds_lfht_replace, * cds_lfht_add_unique (success), cds_lfht_add_replace, cds_lfht_del. * * When cds_lfht_add_unique succeeds (returns the node passed as -- 2.34.1