Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link to the...
authorAxel Naumann <Axel.Naumann@cern.ch>
Wed, 1 Aug 2012 14:53:13 +0000 (14:53 +0000)
committerAxel Naumann <Axel.Naumann@cern.ch>
Wed, 1 Aug 2012 14:53:13 +0000 (14:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161112 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/IntrusiveRefCntPtr.h

index 0c02a8f318543b651ddb1076733245a9c5cdb015..a9724ee15447cb9248b819caa8e4bd005c15588a 100644 (file)
@@ -34,7 +34,7 @@ namespace llvm {
 /// RefCountedBase - A generic base class for objects that wish to
 ///  have their lifetimes managed using reference counts. Classes
 ///  subclass RefCountedBase to obtain such functionality, and are
-///  typically handled with IntrusivePtr "smart pointers" (see below)
+///  typically handled with IntrusiveRefCntPtr "smart pointers" (see below)
 ///  which automatically handle the management of reference counts.
 ///  Objects that subclass RefCountedBase should not be allocated on
 ///  the stack, as invoking "delete" (which is called when the