From: Francesco Chemolli Date: Mon, 4 Feb 2013 15:40:58 +0000 (+0100) Subject: Fix RefCount documentation X-Git-Tag: SQUID_3_4_0_1~311 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2763a37c5ded2d7e585ac0e8121c24d12fb3bd0d;p=thirdparty%2Fsquid.git Fix RefCount documentation --- diff --git a/src/base/RefCount.h b/src/base/RefCount.h index a9ef060ace..26f2a90fef 100644 --- a/src/base/RefCount.h +++ b/src/base/RefCount.h @@ -43,7 +43,7 @@ /** * Template for Reference Counting pointers. * - * Objects of type 'C' must inherit from 'Lockable' in base/Lock.h + * Objects of type 'C' must inherit from 'RefCountable' in base/Lock.h * which provides the locking interface used by reference counting. */ template