Make comment names match function names.
authorEric Christopher <echristo@gmail.com>
Tue, 27 Nov 2012 00:41:57 +0000 (00:41 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 27 Nov 2012 00:41:57 +0000 (00:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168644 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index cf4be75b123f0891581ff2daee613fdebf1f0af8..45bb6b91eadea4e6070a363f9f9a9b5858c18b9c 100644 (file)
@@ -350,7 +350,7 @@ private:
   /// constructScopeDIE - Construct a DIE for this scope.
   DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
 
-  /// EmitSectionLabels - Emit initial Dwarf sections with a label at
+  /// emitSectionLabels - Emit initial Dwarf sections with a label at
   /// the start of each one.
   void emitSectionLabels();
 
@@ -382,7 +382,7 @@ private:
   /// been left open.
   void endSections();
 
-  /// EmitDebugInfo - Emit the debug info section.
+  /// emitDebugInfo - Emit the debug info section.
   ///
   void emitDebugInfo();
 
@@ -423,7 +423,7 @@ private:
   ///
   void emitDebugLoc();
 
-  /// EmitDebugARanges - Emit visible names into a debug aranges section.
+  /// emitDebugARanges - Emit visible names into a debug aranges section.
   ///
   void emitDebugARanges();