From: Mathieu Desnoyers Date: Fri, 18 Sep 2009 12:30:03 +0000 (-0400) Subject: Fix urcu.c comment X-Git-Tag: v0.1~76 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=afb8f2c9829b08179dd92e7ffc72cbf521e741f9 Fix urcu.c comment Signed-off-by: Mathieu Desnoyers --- diff --git a/urcu.c b/urcu.c index 39f5619..07537ef 100644 --- a/urcu.c +++ b/urcu.c @@ -52,7 +52,7 @@ pthread_mutex_t urcu_mutex = PTHREAD_MUTEX_INITIALIZER; /* * Global grace period counter. * Contains the current RCU_GP_CTR_BIT. - * Also has a RCU_GP_CTR_BIT of 1, to accelerate the reader fast path. + * Also has a RCU_GP_COUNT of 1, to accelerate the reader fast path. * Written to only by writer with mutex taken. Read by both writer and readers. */ long urcu_gp_ctr = RCU_GP_COUNT;