summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/CodeGen/ELF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ELF.h b/llvm/lib/CodeGen/ELF.h
index 48e0946b0a4..d21b90eeba7 100644
--- a/llvm/lib/CodeGen/ELF.h
+++ b/llvm/lib/CodeGen/ELF.h
@@ -125,7 +125,7 @@ namespace llvm {
return Sym;
}
- // getSectionSym - Returns a elf symbol to represent an elf section
+ // getFileSym - Returns a elf symbol to represent the module identifier
static ELFSym *getFileSym() {
ELFSym *Sym = new ELFSym();
Sym->setBind(STB_LOCAL);
OpenPOWER on IntegriCloud