[llvm-commits] [llvm] r142436 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
Nick Lewycky
nicholas at mxc.ca
Tue Oct 18 15:40:19 PDT 2011
Author: nicholas
Date: Tue Oct 18 17:40:18 2011
New Revision: 142436
URL: http://llvm.org/viewvc/llvm-project?rev=142436&view=rev
Log:
Missed a spot!
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=142436&r1=142435&r2=142436&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Tue Oct 18 17:40:18 2011
@@ -240,7 +240,7 @@
/// DotDebugLocEntries - Collection of DotDebugLocEntry.
SmallVector<DotDebugLocEntry, 4> DotDebugLocEntries;
- /// InlinedSubprogramDIEs - Collection of subprgram DIEs that are marked
+ /// InlinedSubprogramDIEs - Collection of subprogram DIEs that are marked
/// (at the end of the module) as DW_AT_inline.
SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs;
More information about the llvm-commits
mailing list