diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-07-27 19:38:38 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-07-27 19:38:38 +0000 |
commit | 42286562ef744d1737708852400432bd50878310 (patch) | |
tree | 79aaae973da8f20d6d5b63a246e012b43727ebff | |
parent | df0b6503d601c2150e3242b66f02fe906f838979 (diff) |
fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77239 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/ELF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ELF.h b/lib/CodeGen/ELF.h index 48e0946b0a..d21b90eeba 100644 --- a/lib/CodeGen/ELF.h +++ b/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); |