From cbb560c9ba3c378189c7a438bed9977b482410fb Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 30 May 2017 17:38:04 +0000 Subject: Vendor import of lld trunk r304222: https://llvm.org/svn/llvm-project/lld/trunk@304222 --- ELF/OutputSections.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ELF/OutputSections.cpp') diff --git a/ELF/OutputSections.cpp b/ELF/OutputSections.cpp index d82fdcdc31ba..f117690c3828 100644 --- a/ELF/OutputSections.cpp +++ b/ELF/OutputSections.cpp @@ -117,7 +117,7 @@ template static void finalizeShtGroup(OutputSection *Sec) { // the symbol table. Sec->Link = InX::SymTab->OutSec->SectionIndex; - // sh_link then contain index of an entry in symbol table section which + // sh_info then contain index of an entry in symbol table section which // provides signature of the section group. elf::ObjectFile *Obj = Sec->Sections[0]->getFile(); assert(Config->Relocatable && Sec->Sections.size() == 1); -- cgit v1.2.3