Fix up comment.
authorEric Christopher <echristo@apple.com>
Mon, 7 Nov 2011 09:18:35 +0000 (09:18 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 7 Nov 2011 09:18:35 +0000 (09:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143919 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index b022c430ac640408753a1787cdebd6e0cc055ea1..d1e4ca4b5fafec074e6a1556ba0cf5cb3ccab90d 100644 (file)
@@ -1744,7 +1744,7 @@ void DwarfDebug::emitDebugPubTypes() {
   for (DenseMap<const MDNode *, CompileUnit *>::iterator I = CUMap.begin(),
          E = CUMap.end(); I != E; ++I) {
     CompileUnit *TheCU = I->second;
-    // Start the dwarf pubnames section.
+    // Start the dwarf pubtypes section.
     Asm->OutStreamer.SwitchSection(
       Asm->getObjFileLowering().getDwarfPubTypesSection());
     Asm->OutStreamer.AddComment("Length of Public Types Info");