1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 870c1f4240
commit 3e04213f1f

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