fix comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77239 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bruno Cardoso Lopes 2009-07-27 19:38:38 +00:00
parent df0b6503d6
commit 42286562ef

View File

@ -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);