diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 2c23712a2cd..d9dcd334a94 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -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(); | 

