]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix RefCount documentation
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 4 Feb 2013 15:40:58 +0000 (16:40 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 4 Feb 2013 15:40:58 +0000 (16:40 +0100)
src/base/RefCount.h

index a9ef060ace8d79af1db5594dc1644c4f643d0429..26f2a90fef8ac773a16cca269e034047372a22a2 100644 (file)
@@ -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 <class C>