From: Mathieu Desnoyers Date: Wed, 18 Aug 2010 19:18:11 +0000 (-0400) Subject: hash table comment fix. X-Git-Tag: v0.7.0~43^2~231^2 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=c4aed19a0ef9f02e474cee682bd261dfaa56a495;hp=-c hash table comment fix. Signed-off-by: Mathieu Desnoyers --- c4aed19a0ef9f02e474cee682bd261dfaa56a495 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. */