diff options
-rw-r--r-- | llvm/include/llvm/Object/ELF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Object/ELF.h b/llvm/include/llvm/Object/ELF.h index e4f49ca0eb3..c32a02a8437 100644 --- a/llvm/include/llvm/Object/ELF.h +++ b/llvm/include/llvm/Object/ELF.h @@ -86,7 +86,7 @@ public: 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; |