Fix comment.
authorEric Christopher <echristo@gmail.com>
Tue, 9 Jul 2013 23:48:45 +0000 (23:48 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 9 Jul 2013 23:48:45 +0000 (23:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185984 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp

index f03e9835a211966837749d425b36e611962175cc..9f77b513efedba520bf25cb1f61cb91cfa0b7540 100644 (file)
@@ -834,7 +834,7 @@ void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
 
   if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) {
     Buffer.setTag(dwarf::DW_TAG_unspecified_type);
-    // Unspecified types has only name, nothing else.
+    // An unspecified type only has a name attribute.
     return;
   }