From 5310d9c49106b092ef13714191ecf3d7cf04f6be Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Fri, 18 Sep 2015 20:41:15 +0000 Subject: [PATCH] [Object/ELF] Change comment to reflect reality. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248032 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Object/ELF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Object/ELF.h b/include/llvm/Object/ELF.h index e4f49ca0eb3..c32a02a8437 100644 --- a/include/llvm/Object/ELF.h +++ b/include/llvm/Object/ELF.h @@ -86,7 +86,7 @@ public: void getRelocationTypeName(uint32_t Type, SmallVectorImpl &Result) const; - /// \brief Get the symbol table section and symbol for a given relocation. + /// \brief Get the symbol for a given relocation. template const Elf_Sym *getRelocationSymbol(const RelT *Rel, const Elf_Shdr *SymTab) const; -- 2.34.1