Fix missing text in doxygen documentation.

llvm-svn: 69529
This commit is contained in:
Nick Lewycky 2009-04-19 18:20:21 +00:00
parent 6df41af7fb
commit fc5571337e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public:
/// Note that an AssertingVH handle does *not* follow values across RAUW
/// operations. This means that RAUW's need to explicitly update the
/// AssertingVH's as it moves. This is required because in non-assert mode this
/// class turns into a trivial wrapper around a pointer.
/// class turns into a trivial wrapper around a pointer.
template <typename ValueTy>
class AssertingVH
#ifndef NDEBUG