Change comment to verify commit accesss.
authorKarl Schimpf <kschimpf@google.com>
Mon, 31 Aug 2015 16:43:55 +0000 (16:43 +0000)
committerKarl Schimpf <kschimpf@google.com>
Mon, 31 Aug 2015 16:43:55 +0000 (16:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246451 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bitcode/Reader/BitcodeReader.cpp

index cf72b0ce79191e709d6160fda9a6e15c0e9c06cc..c767b6c5c17c8a28df90590277ef1222fd70ba7f 100644 (file)
@@ -166,7 +166,7 @@ class BitcodeReader : public GVMaterializer {
   /// is thus not represented here.  As such all indices are off by one.
   std::vector<AttributeSet> MAttributes;
 
-  /// \brief The set of attribute groups.
+  /// The set of attribute groups.
   std::map<unsigned, AttributeSet> MAttributeGroups;
 
   /// While parsing a function body, this is a list of the basic blocks for the