Typo.
authorEric Christopher <echristo@apple.com>
Thu, 23 Aug 2012 07:32:06 +0000 (07:32 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 23 Aug 2012 07:32:06 +0000 (07:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162438 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index 2c23712a2cd2a54c572b6b3336064f3861e32ee7..d9dcd334a94a399858cd9be4dfb601104cdf653f 100644 (file)
@@ -823,7 +823,7 @@ void DwarfDebug::endModule() {
   // Corresponding abbreviations into a abbrev section.
   emitAbbreviations();
 
-  // Emit info into a dwarf accelerator table sections.
+  // Emit info into the dwarf accelerator table sections.
   if (DwarfAccelTables) {
     emitAccelNames();
     emitAccelObjC();