Make comment names match function names.

llvm-svn: 168644
This commit is contained in:
Eric Christopher 2012-11-27 00:41:57 +00:00
parent 4c9b119d64
commit 69e328e5bd
1 changed files with 3 additions and 3 deletions

View 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();