fix comment
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 27 Jul 2009 19:38:38 +0000 (19:38 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 27 Jul 2009 19:38:38 +0000 (19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77239 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ELF.h

index 48e0946b0a42bc67be36a23d19e679c1569c5ec0..d21b90eeba7cac04703605318e552b00a4e42f35 100644 (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);