Update comment.
authorEric Christopher <echristo@gmail.com>
Mon, 7 Jan 2013 03:27:58 +0000 (03:27 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 7 Jan 2013 03:27:58 +0000 (03:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171689 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARFDebugInfoEntry.cpp

index d3e6e9e84567379b509a09c1c4e6034a1add0f79..c083b8c61bc3c2446560f5b87163416aca1e986a 100644 (file)
@@ -39,7 +39,7 @@ void DWARFDebugInfoEntryMinimal::dump(raw_ostream &OS,
         OS << format(" [%u] %c\n", abbrCode,
                      AbbrevDecl->hasChildren() ? '*' : ' ');
 
-        // Dump all data in the .debug_info for the attributes
+        // Dump all data in the DIE for the attributes.
         const uint32_t numAttributes = AbbrevDecl->getNumAttributes();
         for (uint32_t i = 0; i != numAttributes; ++i) {
           uint16_t attr = AbbrevDecl->getAttrByIndex(i);