OSDN Git Service

Missed a spot!
authorNick Lewycky <nicholas@mxc.ca>
Tue, 18 Oct 2011 22:40:18 +0000 (22:40 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 18 Oct 2011 22:40:18 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142436 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 900070b..4bd5167 100644 (file)
@@ -240,7 +240,7 @@ class DwarfDebug {
   /// 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;