[llvm-commits] [llvm] r69529 - /llvm/trunk/include/llvm/Support/ValueHandle.h
Nick Lewycky
nicholas at mxc.ca
Sun Apr 19 11:20:21 PDT 2009
Author: nicholas
Date: Sun Apr 19 13:20:21 2009
New Revision: 69529
URL: http://llvm.org/viewvc/llvm-project?rev=69529&view=rev
Log:
Fix missing text in doxygen documentation.
Modified:
llvm/trunk/include/llvm/Support/ValueHandle.h
Modified: llvm/trunk/include/llvm/Support/ValueHandle.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ValueHandle.h?rev=69529&r1=69528&r2=69529&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ValueHandle.h (original)
+++ llvm/trunk/include/llvm/Support/ValueHandle.h Sun Apr 19 13:20:21 2009
@@ -152,7 +152,7 @@
/// 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
More information about the llvm-commits
mailing list