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)
llvm-svn: 77239

llvm/lib/CodeGen/ELF.h

index 48e0946..d21b90e 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);