[Object/ELF] Change comment to reflect reality.
authorDavide Italiano <davide@freebsd.org>
Fri, 18 Sep 2015 20:41:15 +0000 (20:41 +0000)
committerDavide Italiano <davide@freebsd.org>
Fri, 18 Sep 2015 20:41:15 +0000 (20:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248032 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/ELF.h

index e4f49ca0eb3943669da614b319d43e0cc20acc28..c32a02a8437bd5827d8880acff1a50d8f8f01881 100644 (file)
@@ -86,7 +86,7 @@ public:
   void getRelocationTypeName(uint32_t Type,
                              SmallVectorImpl<char> &Result) const;
 
   void getRelocationTypeName(uint32_t Type,
                              SmallVectorImpl<char> &Result) const;
 
-  /// \brief Get the symbol table section and symbol for a given relocation.
+  /// \brief Get the symbol for a given relocation.
   template <class RelT>
   const Elf_Sym *getRelocationSymbol(const RelT *Rel,
                                      const Elf_Shdr *SymTab) const;
   template <class RelT>
   const Elf_Sym *getRelocationSymbol(const RelT *Rel,
                                      const Elf_Shdr *SymTab) const;