[llvm-commits] [llvm] r162438 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Eric Christopher echristo at apple.com
Thu Aug 23 00:32:07 PDT 2012


Author: echristo
Date: Thu Aug 23 02:32:06 2012
New Revision: 162438

URL: http://llvm.org/viewvc/llvm-project?rev=162438&view=rev
Log:
Typo.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp?rev=162438&r1=162437&r2=162438&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Thu Aug 23 02:32:06 2012
@@ -823,7 +823,7 @@
   // 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();





More information about the llvm-commits mailing list