summaryrefslogtreecommitdiff
path: root/lib/Transforms/ObjCARC/BlotMapVector.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/ObjCARC/BlotMapVector.h')
-rw-r--r--lib/Transforms/ObjCARC/BlotMapVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/ObjCARC/BlotMapVector.h b/lib/Transforms/ObjCARC/BlotMapVector.h
index 5518b49c4095..9ade14c1177a 100644
--- a/lib/Transforms/ObjCARC/BlotMapVector.h
+++ b/lib/Transforms/ObjCARC/BlotMapVector.h
@@ -18,7 +18,7 @@
namespace llvm {
-/// \brief An associative container with fast insertion-order (deterministic)
+/// An associative container with fast insertion-order (deterministic)
/// iteration over its elements. Plus the special blot operation.
template <class KeyT, class ValueT> class BlotMapVector {
/// Map keys to indices in Vector.