From c4aed19a0ef9f02e474cee682bd261dfaa56a495 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 18 Aug 2010 15:18:11 -0400 Subject: [PATCH 1/1] hash table comment fix. Signed-off-by: Mathieu Desnoyers --- urcu-ht.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/urcu-ht.h b/urcu-ht.h index 7e3c36c..baf144d 100644 --- a/urcu-ht.h +++ b/urcu-ht.h @@ -5,8 +5,7 @@ /* * Caution ! - * Ensure writer threads are registered as urcu readers and with with - * urcu-defer. + * Ensure writer threads are registered as urcu readers and with urcu-defer. * Ensure reader threads are registered as urcu readers. */ -- 2.34.1