Grammar.
authorEric Christopher <echristo@apple.com>
Fri, 2 Mar 2012 01:57:55 +0000 (01:57 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 2 Mar 2012 01:57:55 +0000 (01:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151874 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index bdb462ebc0e565702cfcb70ef0447ba86ff3760b..8b802d2e21b9f1926f1df8d04d93156668c013f9 100644 (file)
@@ -244,7 +244,7 @@ class DwarfDebug {
   SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs;
 
   /// InlineInfo - Keep track of inlined functions and their location.  This
-  /// information is used to populate debug_inlined section.
+  /// information is used to populate the debug_inlined section.
   typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels;
   DenseMap<const MDNode *, SmallVector<InlineInfoLabels, 4> > InlineInfo;
   SmallVector<const MDNode *, 4> InlinedSPNodes;