summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-04-19 18:20:21 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-04-19 18:20:21 +0000
commitfc5571337e46a40d9a108e63a0c4e69f3d0d9d4e (patch)
tree128b7a89b3e491cd59c0fb82a2c6543ee4429809
parent6df41af7fb7053f26e52fddac23eeb3cdcb9ffe1 (diff)
downloadbcm5719-llvm-fc5571337e46a40d9a108e63a0c4e69f3d0d9d4e.tar.gz
bcm5719-llvm-fc5571337e46a40d9a108e63a0c4e69f3d0d9d4e.zip
Fix missing text in doxygen documentation.
llvm-svn: 69529
-rw-r--r--llvm/include/llvm/Support/ValueHandle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ValueHandle.h b/llvm/include/llvm/Support/ValueHandle.h
index a668656a07e..a594e3a2764 100644
--- a/llvm/include/llvm/Support/ValueHandle.h
+++ b/llvm/include/llvm/Support/ValueHandle.h
@@ -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
OpenPOWER on IntegriCloud