summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2012-11-27 00:41:57 +0000
committerEric Christopher <echristo@gmail.com>2012-11-27 00:41:57 +0000
commit4d265332341360a7cb5b15e2c2f0c675a7fed766 (patch)
treee5854e95792de843f03636e0bd093ae2e933a1f1 /lib
parent74802f7e43dada1411dd456e998e7650c360e1cf (diff)
downloadllvm-4d265332341360a7cb5b15e2c2f0c675a7fed766.tar.gz
llvm-4d265332341360a7cb5b15e2c2f0c675a7fed766.tar.bz2
llvm-4d265332341360a7cb5b15e2c2f0c675a7fed766.tar.xz
Make comment names match function names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168644 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index cf4be75b12..45bb6b91ea 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -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();