diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-23 07:32:06 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-23 07:32:06 +0000 |
commit | 9d9f5a5855a711b1154e178e26f3766dc21d846a (patch) | |
tree | 23f577f4e9361a41890b5523a71d8c24fd1fa10f | |
parent | 9eb1a94c2020b4d6ba53962745eef19559b39a9f (diff) | |
download | external_llvm-9d9f5a5855a711b1154e178e26f3766dc21d846a.zip external_llvm-9d9f5a5855a711b1154e178e26f3766dc21d846a.tar.gz external_llvm-9d9f5a5855a711b1154e178e26f3766dc21d846a.tar.bz2 |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162438 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 2c23712..d9dcd33 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/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(); |